From ccfc5393dea92e2248abce49071c65077c9806f8 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Thu, 12 Mar 2020 14:36:15 -0700 Subject: Fix syntastic and zsh history --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/zsh') 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 -- cgit v1.2.3-54-g00ecf