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>
Wed, 8 Aug 2018 10:08:20 +0000 (20:08 +1000)
zsh/.zshrc
index 6caeb4a9f9d83c1227f566b7480de684daa0fe2f..69f4e04b1a46d813b84f58504972809f0d444903 100755 (executable)
@@ -48,3 +48,6 @@ plugins=(git)
 
 source $ZSH/oh-my-zsh.sh
 
+# fix spotify ui scaling bug
+alias spotify="spotify --force-device-scale-factor=0.95 %U"
+