summaryrefslogtreecommitdiffstats
path: root/.config/zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/alias.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index e079b5e..da4a312 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -88,7 +88,7 @@ vimbin() {
cd $p
return
fi
- nvim $sc
+ $VISUAL $sc
cd $p
}
vimconf() {
@@ -99,7 +99,7 @@ vimconf() {
cd $p
return
fi
- nvim $sc
+ $VISUAL $sc
cd $p
}
pa() {