fix: HOME cleanup
This commit is contained in:
parent
5a76ba59fe
commit
f016790d01
4 changed files with 5 additions and 5 deletions
.config/zsh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue