Ajout : mode vim

This commit is contained in:
Hippolyte Chauvin 2023-06-04 16:38:39 +02:00
parent f3a7fc82d9
commit 85fe7a8d8a
2 changed files with 4 additions and 1 deletions

View file

@ -1,7 +1,7 @@
sourcefiles() { sourcefiles() {
if [ -d "$1" ]; then if [ -d "$1" ]; then
for i in "${1}/"*; do for i in "${1}/"*; do
. "$1" . "$i"
done done
fi fi
} }

View file

@ -88,3 +88,6 @@ unsetopt autopushd
# Case sensitive # Case sensitive
CASE_SENSITIVE="true" CASE_SENSITIVE="true"
# zsh-vi-mode
source /usr/share/zsh/plugins/zsh-vi-mode/zsh-vi-mode.plugin.zsh