From a1fa69be9a2d61169dd9a5c35ee2bd522f11cd6a Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 3 Feb 2024 12:23:36 +0530 Subject: case insensitive bash --- config/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/bash.nix') 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"' ''; }; - } -- cgit v1.2.3