This commit is contained in:
2015-09-25 20:22:53 +02:00
parent 1cdb2bb7f8
commit 4b94097c04
3 changed files with 128 additions and 244 deletions

View File

@@ -149,6 +149,9 @@ alias calc='python3 -ic "from math import *; import cmath"'
# show non-printable characters by default
alias cat="cat -v"
alias vimrc="vim -c ':e \$MYVIMRC'"
alias zshrc="vim -c ':e ~/.zshrc'"
# rebase the current branch onto WTF ARE YOU DOING YOU ARE DRUNNK TO GO BED
##alias rebase="git rebase -i $(git branch --contains HEAD | grep -v '\*.*' | head -1)"