add machine-specific zshrc
authorAndrew Lorimer <andrew@lorimer.id.au>
Wed, 8 Aug 2018 07:40:14 +0000 (17:40 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Mon, 29 Oct 2018 08:14:59 +0000 (19:14 +1100)
zsh/.zshrc
index eb0c76e832a9f22a9f201a3984e2f7cce5f04c49..5c666a14fdc8a1f17a01c2f1490315d9d6574f06 100755 (executable)
@@ -42,3 +42,6 @@ plugins=(git)
 
 source $ZSH/oh-my-zsh.sh
 
+# fix spotify ui scaling bug
+alias spotify="spotify --force-device-scale-factor=0.95 %U"
+