diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-08 20:13:12 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-08 20:13:12 +0100 |
commit | 9ce3f8a62926a52b47e28b1f5ae9509623e672a4 (patch) | |
tree | 9a3c3f770ee4f3aaa3cf6f25c53b254bd53657a9 /.config/zsh/alias.zsh | |
parent | Update (diff) | |
download | dotfiles-bsd-9ce3f8a62926a52b47e28b1f5ae9509623e672a4.tar.gz dotfiles-bsd-9ce3f8a62926a52b47e28b1f5ae9509623e672a4.tar.bz2 dotfiles-bsd-9ce3f8a62926a52b47e28b1f5ae9509623e672a4.tar.xz dotfiles-bsd-9ce3f8a62926a52b47e28b1f5ae9509623e672a4.tar.zst dotfiles-bsd-9ce3f8a62926a52b47e28b1f5ae9509623e672a4.zip |
Testing
Diffstat (limited to '')
-rw-r--r-- | .config/zsh/alias.zsh | 4 |
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() { |