summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/essentials/zsh/functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/functions.zsh b/config/essentials/zsh/functions.zsh
index eefc2ce..57e48dd 100644
--- a/config/essentials/zsh/functions.zsh
+++ b/config/essentials/zsh/functions.zsh
@@ -29,7 +29,7 @@ nvf() {
fi
if test -f "$match"
then
- vim "$match" && return
+ $EDITOR "$match" && return
else
die "no match." && return 1
fi