Fix zsh history.

This commit is contained in:
Bartek Stalewski 2024-10-02 12:38:43 +02:00
parent f5bf6f7953
commit e05ebb38b6
No known key found for this signature in database

View file

@ -14,7 +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
rm $ZDOTDIR/.zsh_history && ln -sf $XDG_DATA_HOME/zsh/history $ZDOTDIR/.zsh_history
# set path
path=(~/.local/bin "${path[@]}")