forked from ahurac/dotfiles
Ajout : mode vim
This commit is contained in:
parent
f3a7fc82d9
commit
85fe7a8d8a
2 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
sourcefiles() {
|
||||
if [ -d "$1" ]; then
|
||||
for i in "${1}/"*; do
|
||||
. "$1"
|
||||
. "$i"
|
||||
done
|
||||
fi
|
||||
}
|
||||
|
|
|
@ -88,3 +88,6 @@ unsetopt autopushd
|
|||
# Case sensitive
|
||||
CASE_SENSITIVE="true"
|
||||
|
||||
# zsh-vi-mode
|
||||
source /usr/share/zsh/plugins/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||
|
||||
|
|
Loading…
Reference in a new issue