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

Fix Neovide alias

This commit is contained in:
Dan Barber 2024-08-23 18:11:24 -05:00
parent b79a25d45b
commit a488e23f09

View File

@ -8,7 +8,7 @@ alias rebasate="git rebase"
alias ts="tig status"
# vim
alias v="neovide"
alias v="neovide --fork --no-tabs"
# Bundler
alias be="bundle exec"