summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-12 14:36:15 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-12 14:36:15 -0700
commitccfc5393dea92e2248abce49071c65077c9806f8 (patch)
tree4b8fa287ca217d646db23f7f08ca1aea63c49887 /.config/zsh
parente1c254fa651f7c44643bd95c914ffe3bef2f2c34 (diff)
Fix syntastic and zsh history
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 5e4138e..77d9c09 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -13,7 +13,7 @@ PS1="%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]
[[ -f $HOME/.config/aliasrc ]] && . ~/.config/aliasrc
# History cache.
-HISTFILE=~/.cache/zsh/history
+HISTFILE=$HOME/.cache/zsh/history
HISTSIZE=10000
SAVEHIST=10000
setopt appendhistory autocd