Fix .zsh_history on macOS
This commit is contained in:
parent
d4a7d60660
commit
42bf583337
2 changed files with 2 additions and 5 deletions
|
@ -14,6 +14,7 @@ setopt HIST_SAVE_NO_DUPS
|
|||
setopt HIST_REDUCE_BLANKS
|
||||
setopt SHARE_HISTORY
|
||||
setopt INC_APPEND_HISTORY
|
||||
ln -sf $XDG_DATA_HOME/zsh/history $ZDOTDIR/.zsh_history
|
||||
|
||||
# set path
|
||||
path=(~/.local/bin "${path[@]}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue