[zsh] Remove ZLE mode info from the prompt
This commit is contained in:
parent
6e01168049
commit
b9479c410d
2 changed files with 0 additions and 2 deletions
1
rc
1
rc
|
@ -13,7 +13,6 @@ alias du='du -h'
|
|||
alias e='emacs'
|
||||
|
||||
binary_exists ledger && alias l='ledger'
|
||||
|
||||
binary_exists gpg2 && alias gpg='gpg2'
|
||||
binary_exists keybase && alias keybase="keybase --gpg \"`which gpg2`\""
|
||||
|
||||
|
|
|
@ -35,7 +35,6 @@ function prompt_loquacious_setup
|
|||
add-zsh-hook precmd set_xterm_title
|
||||
add-zsh-hook precmd print_newline
|
||||
add-zsh-hook precmd set_prompt_info
|
||||
add-zsh-hook precmd set_zle_mode_info
|
||||
|
||||
add-zsh-hook preexec print_newline
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue