mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/dev: remove shell configuration
It's better to let this be handled by individual home-manager users.
This commit is contained in:
parent
d519835c44
commit
c50e199035
@ -114,18 +114,6 @@ in {
|
||||
})
|
||||
|
||||
(lib.mkIf cfg.shell.enable {
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
historyControl = [ "erasedups" "ignoredups" "ignorespace" ];
|
||||
historyIgnore = [
|
||||
"cd"
|
||||
"exit"
|
||||
"lf"
|
||||
"ls"
|
||||
"nvim"
|
||||
];
|
||||
};
|
||||
|
||||
# Supercharging your shell history. Just don't forget to flush them out
|
||||
# before doing questionable things.
|
||||
programs.atuin = {
|
||||
|
Loading…
Reference in New Issue
Block a user