diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-03 12:23:36 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-03 12:23:36 +0530 | 
| commit | a1fa69be9a2d61169dd9a5c35ee2bd522f11cd6a (patch) | |
| tree | 1c7c9cef8c6d67a022fd51d4aa13858c567787e7 /config/bash.nix | |
| parent | c0fb57438ea0c499493805e899ac62cace28d525 (diff) | |
case insensitive bash
Diffstat (limited to 'config/bash.nix')
| -rw-r--r-- | config/bash.nix | 2 | 
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"'      '';    }; -  } | 
