1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
dotfiles-local/aliases.local
2024-08-23 18:11:47 -05:00

22 lines
322 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="neovide --fork --no-tabs"
# Bundler
alias be="bundle exec"
alias fuckit="git reset HEAD --hard"
alias httpserver="ruby -run -e httpd"
# Shell
alias sanify="stty sane"