227 current 2025-06-13 01:09:57 25.11.20250607.3e3afe5 6.15.1 *
This commit is contained in:
@@ -44,23 +44,22 @@
|
||||
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;
|
||||
enableCompletion = true;
|
||||
enableBashCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
history = {
|
||||
append = true;
|
||||
|
Reference in New Issue
Block a user