summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2023-06-03 16:02:02 +0400
committerAndrew Guschin <guschin@altlinux.org>2023-06-03 16:02:02 +0400
commit71713fc3c3b15891606e553befd2e9a0a7221861 (patch)
treeca1c522d312b76590593aed115f424bbbf163fc6 /.bashrc
parent19ffa1a18840f4f255315c1e1f82e54b262aa67f (diff)
Изменена конфигурация alacritty
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 7449bdd..10d6264 100644
--- a/.bashrc
+++ b/.bashrc
@@ -21,7 +21,9 @@ alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
alias sqlite3='sqlite3 -init "$XDG_CONFIG_HOME"/sqlite3/sqliterc'
# Bash config
-bind "set completion-ignore-case on"
+if [[ "$(set -o | grep 'emacs\|\bvi\b' | cut -f2 | tr '\n' ':')" != 'off:off:' ]]; then
+ bind "set completion-ignore-case on"
+fi
# Functions
cdf() {