This commit is contained in:
2015-11-08 18:28:34 +01:00
parent f8ce94ef93
commit 3ddd3c26c2
2 changed files with 39 additions and 45 deletions

View File

@@ -157,6 +157,8 @@ alias zshrc="vim -c ':e ~/.zshrc' ; source ~/.zshrc"
alias vim="nvim"
alias psc="ps axfo pid,user,cgroup,args"
# 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)"