Fix typo in zsh configuration
This commit is contained in:
parent
49fe3cf413
commit
c6dcbfd91d
1 changed files with 3 additions and 3 deletions
6
zshrc
6
zshrc
|
@ -1,9 +1,7 @@
|
||||||
export HISTFILE=$HOME/.zsh_history
|
export HISTFILE=$HOME/.zsh_history
|
||||||
export SAVEHIST=10000
|
export SAVEHIST=10000
|
||||||
export HISTFILESIZE=10000
|
export HISTFILESIZE=10000
|
||||||
export HSITSIZE=10000
|
export HISTSIZE=10000
|
||||||
|
|
||||||
bindkey -v
|
|
||||||
|
|
||||||
setopt append_history
|
setopt append_history
|
||||||
setopt hist_find_no_dups
|
setopt hist_find_no_dups
|
||||||
|
@ -15,6 +13,8 @@ setopt hist_find_no_dups
|
||||||
setopt prompt_subst
|
setopt prompt_subst
|
||||||
setopt hist_ignore_space
|
setopt hist_ignore_space
|
||||||
|
|
||||||
|
bindkey -v
|
||||||
|
|
||||||
prompt='%(?.%F{green}.%F{red})λ%f '
|
prompt='%(?.%F{green}.%F{red})λ%f '
|
||||||
export PROMPT_full='%B%F{magenta}%n%F{blue}@%F{magenta}%m%b %F{magenta}%~
|
export PROMPT_full='%B%F{magenta}%n%F{blue}@%F{magenta}%m%b %F{magenta}%~
|
||||||
'"$prompt"
|
'"$prompt"
|
||||||
|
|
Loading…
Reference in a new issue