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