From 71713fc3c3b15891606e553befd2e9a0a7221861 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sat, 3 Jun 2023 16:02:02 +0400 Subject: =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=20alacritty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.bashrc') 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() { -- cgit v1.2.3