1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Update v alias for Neovide

This commit is contained in:
Daniel Barber 2023-05-03 17:27:03 -05:00
parent adf254c01c
commit a4a8bc67cb

View File

@ -8,7 +8,7 @@ alias rebasate="git rebase"
alias ts="tig status"
# vim
alias v="vimr --cur-env"
alias v="neovide"
# Bundler
alias be="bundle exec"