summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <atci39@rambler.ru>2023-05-30 03:19:27 +0300
committertsxv478 <atci39@rambler.ru>2023-05-30 03:19:27 +0300
commitd2b0a9bb420a699856317f138b93cd01d0661d15 (patch)
tree7e098a3459848f03d8f488cc22cd11e6684e10e1
parent61fcd41d80d435d4bab4a42e2699ad9a27d64d92 (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