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

Some alias tweaks

This commit is contained in:
Daniel Barber 2018-11-28 12:53:33 -05:00
parent a79417e919
commit 46e56f35a7
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -5,6 +5,11 @@ alias pushate="git push"
alias fetchate="git fetch" alias fetchate="git fetch"
alias rebasate="git rebase" alias rebasate="git rebase"
alias ts="tig status"
# vim
alias v="mvim"
# Bundler # Bundler
alias be="bundle exec" alias be="bundle exec"