fixed the chromecors command and swapped monitors because of a new GPU

This commit is contained in:
2019-06-15 20:21:39 +02:00
parent 77854c645c
commit 77a5a64496
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,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"'