reconfigure bash
because nix shells uses this
This commit is contained in:
parent
f507cada32
commit
c38929e6b1
@ -54,6 +54,12 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
historyIgnore = ["ls" "exit"];
|
||||
shellAliases = aliases;
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = cfg.zsh.enable;
|
||||
enableCompletion = true;
|
||||
|
@ -22,6 +22,7 @@ in
|
||||
programs.zoxide = {
|
||||
enable = cfg.zoxide.enable;
|
||||
enableZshIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
options = [ "--cmd cd" ];
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user