diff --git a/programs/bash.nix b/programs/bash.nix index 76dcfab..7eda0ab 100644 --- a/programs/bash.nix +++ b/programs/bash.nix @@ -32,6 +32,8 @@ for arg in "$@"; do cmd="$cmd nixpkgs#$arg"; done; eval $cmd; } + + bind 'set completion-ignore-case on' '' # On mac we have to import brew