diff options
author | tsxv478 <atci39@rambler.ru> | 2023-05-30 03:19:27 +0300 |
---|---|---|
committer | tsxv478 <atci39@rambler.ru> | 2023-05-30 03:19:27 +0300 |
commit | d2b0a9bb420a699856317f138b93cd01d0661d15 (patch) | |
tree | 7e098a3459848f03d8f488cc22cd11e6684e10e1 /zshrc | |
parent | 61fcd41d80d435d4bab4a42e2699ad9a27d64d92 (diff) |
histfile in homedir
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |