[zsh] Sets history options
This commit is contained in:
@@ -12,10 +12,19 @@
|
|||||||
bindkey "^U" backward-kill-line
|
bindkey "^U" backward-kill-line
|
||||||
|
|
||||||
alias 'p?'='ps ax | grep'
|
alias 'p?'='ps ax | grep'
|
||||||
|
|
||||||
|
# This doesn't seem to be in the homemanager options
|
||||||
|
# Makes shells incrementally append history so that new shells have the history of open shells
|
||||||
|
setopt inc_append_history
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
history = {
|
||||||
|
# Do not share history between sessions.
|
||||||
|
share = false;
|
||||||
|
};
|
||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# theme = "powerlevel10k";
|
|
||||||
plugins = [
|
plugins = [
|
||||||
"git"
|
"git"
|
||||||
"git-prompt"
|
"git-prompt"
|
||||||
|
|||||||
Reference in New Issue
Block a user