Update .zshrc

This commit is contained in:
Vlad Doster 2020-05-18 23:09:48 -05:00 committed by GitHub
parent 1309c334a0
commit b1ce58a9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ stty stop undef # Disable ctrl-s to freeze terminal.
# History in cache directory:
HISTSIZE=10000
SAVEHIST=10000
HISTFILE="${XDG_CACHE_HOME}"/zsh/history
HISTFILE="${XDG_CACHE_HOME}"/zsh/zsh/history
# Load aliases and shortcuts if existent.
[ -f "${XDG_CONFIG_HOME}"/shortcutrc ] && source "${XDG_CONFIG_HOME}"/shortcutrc