Compare commits

..

1 Commits

Author SHA1 Message Date
Kipras Melnikovas
24f2183c5c
Merge f36e40f3d70a5d0ef50353087d5cdeeef0e446b3 into cf4a12acb3a70951fd59d67e0738bf3ab2d1045c 2024-03-28 15:05:34 +01:00

View File

@ -11,7 +11,6 @@ setopt interactive_comments
HISTSIZE=10000000
SAVEHIST=10000000
HISTFILE="${XDG_CACHE_HOME:-$HOME/.cache}/zsh/history"
setopt inc_append_history
# Load aliases and shortcuts if existent.
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc" ] && source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc"