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:
parent
3119337400
commit
9fc437439b
2
init.zsh
2
init.zsh
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue