From c6dcbfd91d46b265be29f48e35fda31ab8444dde Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 2 Mar 2021 11:19:58 +0100 Subject: [PATCH] Fix typo in zsh configuration --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 20832d8..4bc3e9c 100644 --- a/zshrc +++ b/zshrc @@ -1,9 +1,7 @@ export HISTFILE=$HOME/.zsh_history export SAVEHIST=10000 export HISTFILESIZE=10000 -export HSITSIZE=10000 - -bindkey -v +export HISTSIZE=10000 setopt append_history setopt hist_find_no_dups @@ -15,6 +13,8 @@ setopt hist_find_no_dups setopt prompt_subst setopt hist_ignore_space +bindkey -v + prompt='%(?.%F{green}.%F{red})λ%f ' export PROMPT_full='%B%F{magenta}%n%F{blue}@%F{magenta}%m%b %F{magenta}%~ '"$prompt"