Uncomment bash config, remove twitter extension
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user