userdirs and some more git commands

This commit is contained in:
2018-10-22 10:49:21 +02:00
parent b155b31d55
commit e6761990e2
5 changed files with 25 additions and 1 deletions

View File

@@ -68,6 +68,12 @@ alias update-grub='grub-mkconfig -o /boot/grub/grub.cfg'
# git
alias gitremovelocalbranches='git branch --merged | egrep -v "(^\*|master|dev)" | xargs git branch -d'
alias untangle-line-endings='find ./ -type f -exec dos2unix {} \;'
# development
alias chromecors='google-chrome-stable --disable-web-security --user-data-dir=".chrome-unsafe"'
## Functions