Uncomment bash config, remove twitter extension

This commit is contained in:
2025-06-23 09:45:10 -04:00
parent a654e76961
commit 2c31aba8c8
2 changed files with 12 additions and 13 deletions

View File

@@ -45,18 +45,18 @@
flavor = "mocha";
};
# programs.bash = {
# enable = true;
# enableCompletion = true;
# historyIgnore = [
# "ls"
# "ls -a"
# "ls -l"
# "ls -la"
# "cd"
# "exit"
# ];
# };
programs.bash = {
enable = true;
enableCompletion = true;
historyIgnore = [
"ls"
"ls -a"
"ls -l"
"ls -la"
"cd"
"exit"
];
};
programs.zsh = {
enable = true;