Actualiser zshrc
Ajout des lignes permettant d'enregistrer l'historique
This commit is contained in:
parent
2698f8df5c
commit
d68eb3b8a9
6
zshrc
6
zshrc
@ -14,6 +14,12 @@ export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#808080"
|
|||||||
# zsh-syntax-highlighting
|
# zsh-syntax-highlighting
|
||||||
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
|
||||||
|
# history
|
||||||
|
# history
|
||||||
|
HISTFILE=~/.zsh_history
|
||||||
|
HISTSIZE=1000
|
||||||
|
SAVEHIST=1000
|
||||||
|
|
||||||
## ALIAS ##
|
## ALIAS ##
|
||||||
|
|
||||||
# fastfetch
|
# fastfetch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user