mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
# git
|
|
alias pullate="git pull"
|
|
alias pushate="git push"
|
|
|
|
alias fetchate="git fetch"
|
|
alias rebasate="git rebase"
|
|
|
|
alias ts="tig status"
|
|
|
|
# vim
|
|
alias v="mvim"
|
|
|
|
# Bundler
|
|
alias be="bundle exec"
|
|
|
|
alias fuckit="git reset HEAD --hard"
|