diff options
-rw-r--r-- | common/commandline.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/common/commandline.nix b/common/commandline.nix index 73dbb51..763ee96 100644 --- a/common/commandline.nix +++ b/common/commandline.nix | |||
@@ -23,13 +23,7 @@ in | |||
23 | cpr = "${pkgs.rsync}/bin/rsync -ah --inplace --info=progress2"; | 23 | cpr = "${pkgs.rsync}/bin/rsync -ah --inplace --info=progress2"; |
24 | }; | 24 | }; |
25 | 25 | ||
26 | programs.bash = { | 26 | programs.bash.enableCompletion = true; |
27 | enableCompletion = true; | ||
28 | interactiveShellInit = '' | ||
29 | PATH="${pkgs.pazi}/bin:$PATH" | ||
30 | eval "$(pazi init bash)" | ||
31 | ''; | ||
32 | }; | ||
33 | 27 | ||
34 | programs.less = { | 28 | programs.less = { |
35 | envVariables = { | 29 | envVariables = { |