diff options
| -rw-r--r-- | config/bash.nix | 2 | ||||
| -rw-r--r-- | modules/global.nix | 4 |
2 files changed, 1 insertions, 5 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"' ''; }; - } diff --git a/modules/global.nix b/modules/global.nix index 88d73f2..fffe8ab 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -12,9 +12,5 @@ security.rtkit.enable = true; - /* environment.etc."inputrc".text = pkgs.lib.mkForce '' - set completion-ignore-case on - ''; */ - system.stateVersion = "23.11"; } |
