Explorar el Código

~/.zshrc: share history across multiple shells.

wanted this for ages.
Lucas Stadler %!s(int64=11) %!d(string=hace) años
padre
commit
49e226ebf9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .zshrc

+ 1 - 0
.zshrc

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