summaryrefslogtreecommitdiff
path: root/config/bash.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/bash.nix')
-rw-r--r--config/bash.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bash.nix b/config/bash.nix
index 506400c..fb61b59 100644
--- a/config/bash.nix
+++ b/config/bash.nix
@@ -4,6 +4,7 @@
initExtra= ''
export PS1="\[\e[38;5;243m\]\h \[\e[38;5;254m\]\w \[\033[0m\]> "
set -o vi
+ bind "set completion-ignore-case on"
if [[ -n "$IN_NIX_SHELL" ]]; then
export PS1="\[\e[38;5;242m\](dev) $PS1"
@@ -39,5 +40,4 @@
bind '"\C-a": "sessionizer -cd\n"'
'';
};
-
}