From d68eb3b8a95fd7fddb407e1924e0930c3450cccc Mon Sep 17 00:00:00 2001 From: guillaume Date: Tue, 14 May 2024 23:03:25 +0200 Subject: [PATCH] Actualiser zshrc Ajout des lignes permettant d'enregistrer l'historique --- zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zshrc b/zshrc index 11203d0..d46ebaa 100644 --- a/zshrc +++ b/zshrc @@ -14,6 +14,12 @@ export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#808080" # zsh-syntax-highlighting source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +# history +# history +HISTFILE=~/.zsh_history +HISTSIZE=1000 +SAVEHIST=1000 + ## ALIAS ## # fastfetch