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:
parent
a79417e919
commit
46e56f35a7
@ -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"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user