update zsh

This commit is contained in:
jay
2021-12-27 23:01:23 +08:00
parent 90339758bc
commit e9ab23f5e1
8 changed files with 72 additions and 2 deletions
+2
View File
@@ -4,6 +4,8 @@ bindkey -v
autoload -U edit-command-line
zle -N edit-command-line
bindkey ',' autosuggest-accept
bindkey -M viins '^X^E' edit-command-line
# Add emacs-like keybind to viins mode
bindkey -M viins '^F' forward-char
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
dir=$(dirname $0)
for i in $(ls $dir/*.zsh);
do
source "$i"
done