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 = {
|
programs.zsh = {
|
||||||
enable = cfg.zsh.enable;
|
enable = cfg.zsh.enable;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
@ -22,6 +22,7 @@ in
|
|||||||
programs.zoxide = {
|
programs.zoxide = {
|
||||||
enable = cfg.zoxide.enable;
|
enable = cfg.zoxide.enable;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
options = [ "--cmd cd" ];
|
options = [ "--cmd cd" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user