mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 12:43:08 +02:00
userdirs and some more git commands
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user