Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
10sr
/
dotfiles-mirror
espelhamento de
https://github.com/10sr/dotfiles.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
fix zsh command history
pull/1/head
10sr
10 anos atrás
pai
c7e9d2f256
commit
4852c2eeca
1 arquivos alterados
com
4 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+4
-0
shrc
+ 4
- 0
shrc
Ver arquivo
@@ -230,8 +230,12 @@ then
setopt hist_ignore_dups
setopt hist_ignore_all_dups
setopt hist_save_no_dups
setopt extended_history
setopt share_history
setopt append_history
HISTFILE=$HOME/.zsh-history
HISTSIZE=100000
SAVEHIST=100000
setopt prompt_subst
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar