From 85fe7a8d8a8224a47fe9880cb8003e6eaf829960 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sun, 4 Jun 2023 16:38:39 +0200 Subject: [PATCH] Ajout : mode vim --- etc/zsh/zshrc | 2 +- home/zshrc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index fff5d1f..4a36474 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1,7 +1,7 @@ sourcefiles() { if [ -d "$1" ]; then for i in "${1}/"*; do - . "$1" + . "$i" done fi } diff --git a/home/zshrc b/home/zshrc index 9422bda..78e41df 100644 --- a/home/zshrc +++ b/home/zshrc @@ -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 +