diff options
author | Minijackson <minijackson@riseup.net> | 2021-04-18 19:57:29 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-04-18 19:57:29 +0200 |
commit | 6a4749c5283d0d7a1b81e051d5690d61923b1a7f (patch) | |
tree | 3f64a8f490698697bec8fa882e8ca8df8e375a0f /common/commandline.nix | |
parent | 8ffe5ce23fa1548304a3fa25f2bd0e89837f5a0b (diff) | |
download | nixos-config-reborn-6a4749c5283d0d7a1b81e051d5690d61923b1a7f.tar.gz nixos-config-reborn-6a4749c5283d0d7a1b81e051d5690d61923b1a7f.zip |
commandline: fix pazi message in bash
Diffstat (limited to 'common/commandline.nix')
-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 = { |