Update .zshrc

This commit is contained in:
Vlad Doster 2020-05-18 23:28:29 -05:00 committed by GitHub
parent 1eaaa3fc8e
commit 9864e028b1
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/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"