This commit is contained in:
2019-06-19 08:26:09 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ alias gitremovelocalbranches='git branch --merged | egrep -v "(^\*|master|dev)"
alias untangle-line-endings='find ./ -type f -exec dos2unix {} \;'
# development
alias chromecors='google-chrome-stable --disable-web-security --user-data-dir=".chrome-unsafe"'
alias chromecors='google-chrome-stable --disable-web-security --user-data-dir="~/.chrome-unsafe"'