|
|
@ -81,6 +81,14 @@ if (( ${+terminfo[smkx]} )) && (( ${+terminfo[rmkx]} )); then |
|
|
|
zle -N zle-line-finish |
|
|
|
fi |
|
|
|
|
|
|
|
# -------------------------------------- |
|
|
|
# Completion |
|
|
|
# add completion dir to fpath |
|
|
|
fpath=($ZDOTDIR/completion $fpath) |
|
|
|
#autoload -Uz compinit |
|
|
|
#compinit |
|
|
|
# -------------------------------------- |
|
|
|
|
|
|
|
# -------------------------------------- |
|
|
|
# Plugins |
|
|
|
# -------------------------------------- |
|
|
|