From bf785b982e39131b64861da5e6c3a2da806159e8 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Thu, 5 Aug 2021 12:51:25 +0200 Subject: [PATCH] Update dot_zshrc --- dot_zshrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dot_zshrc b/dot_zshrc index 75e90eb..04659ba 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -19,15 +19,12 @@ ZINIT[HOME_DIR]="$HOME/.config/zinit" ZINIT[ZCOMPDUMP_PATH]="$HOME/.cache/zsh/compdump" source $HOME/.config/zinit/bin/zinit.zsh -# Programs -zinit ice as"program" from"gh-r" mv"exa* -> exa"; zinit light "ogham/exa" - # Completions and Autosuggestions zinit ice lucid blockf atpull'zinit creinstall -q .'; zinit light "zsh-users/zsh-completions" zinit ice lucid atload"_zsh_autosuggest_start"; zinit light "zsh-users/zsh-autosuggestions" # History -export SAVEHIST=20000 +export SAVEHIST=200000 export HISTFILE=$HOME/.cache/zsh/history # Aliases