Просмотр исходного кода

~/.zshrc: share history across multiple shells.

wanted this for ages.
Lucas Stadler лет назад: 11
Родитель
Сommit
49e226ebf9
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .zshrc

+ 1 - 0
.zshrc

12
HISTFILE=~/.zsh_history
12
HISTFILE=~/.zsh_history
13
HISTSIZE=100000
13
HISTSIZE=100000
14
SAVEHIST=100000
14
SAVEHIST=100000
15
setopt -o sharehistory
15
setopt autocd extendedglob
16
setopt autocd extendedglob
16
# End of lines configured by zsh-newuser-install
17
# End of lines configured by zsh-newuser-install
17
18