fix: HOME cleanup

This commit is contained in:
Tobias Reisinger 2019-12-26 13:52:34 +01:00
parent 5a76ba59fe
commit f016790d01
4 changed files with 5 additions and 5 deletions
.config/zsh

View file

@ -5,7 +5,7 @@ PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magent
# History in cache directory:
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh_history
HISTFILE=$HOME/.cache/zsh_history
# Basic auto/tab complete:
autoload -U compinit