Browse Source

typo

master
Marc 4 years ago
parent
commit
2defba669d
1 changed files with 1 additions and 1 deletions
  1. 2
      .config/zsh/.zshrc

2
.config/zsh/.zshrc

@ -96,7 +96,7 @@ key[PageDown]="$terminfo[knp]"
bindkey "^R" history-incremental-search-backward bindkey "^R" history-incremental-search-backward
# Finally, make sure the terminal is in application mode, when zle is # Finally, make sure the terminal is in application mode, when zle is
# active. Only then are the values from $erminfo valid.
# active. Only then are the values from $terminfo valid.
if (( ${+terminfo[smkx]} )) && (( ${+terminfo[rmkx]} )); then if (( ${+terminfo[smkx]} )) && (( ${+terminfo[rmkx]} )); then
function zle-line-init () { function zle-line-init () {

Loading…
Cancel
Save