Rename keyboard to editor

It is not the keyboard that is being set up but the Zsh Line Editor
(ZLE).
This commit is contained in:
Sorin Ionescu 2012-03-31 13:51:40 -04:00
parent 3119337400
commit 9fc437439b
2 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ autoload -Uz compinit && compinit -i
source "${0:h}/helper.zsh"
source "${0:h}/environment.zsh"
source "${0:h}/terminal.zsh"
source "${0:h}/keyboard.zsh"
source "${0:h}/editor.zsh"
source "${0:h}/completion.zsh"
source "${0:h}/history.zsh"
source "${0:h}/directory.zsh"