Always append to the history of zsh
This commit is contained in:
@@ -5,5 +5,9 @@
|
||||
enable = true;
|
||||
|
||||
autosuggestion.enable = true;
|
||||
|
||||
history = {
|
||||
append = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user