summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2023-05-30 03:19:27 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2023-05-30 03:19:27 +0300
commitb47a7a4b488983eeb8403286d8396bf4cdad0174 (patch)
tree7e098a3459848f03d8f488cc22cd11e6684e10e1
parent73acb27ff79f1ccf33cd7413ab08f598398aea3d (diff)
histfile in homedir
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 715f13b..105ae94 100644
--- a/zshrc
+++ b/zshrc
@@ -1,7 +1,7 @@
autoload -U colors && colors
PS1="%B%{$fg[yellow]%}[%{$fg[green]%}%n%{$fg[yellow]%}@%{$fg[cyan]%}%M%{$fg[yellow]%}:%{$fg[yellow]%}%~%{$fg[yellow]%}]"$'\n'"%{$fg[yellow]%}>%b "
stty stop undef
-HISTFILE=~/.cache/histfile
+HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000
setopt EXTENDED_HISTORY