From: Andrew Lorimer Date: Sun, 25 Aug 2019 10:12:26 +0000 (+1000) Subject: rm spotify scaling workaround due to upstream fix X-Git-Url: https://git.lorimer.id.au/dotfiles.git/diff_plain/f30268e8aff8dca0c8588da0e9d86a7de29fa59c?ds=inline rm spotify scaling workaround due to upstream fix --- diff --git a/zsh/.zshrc b/zsh/.zshrc index b854d85..5274936 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -52,9 +52,6 @@ COMPLETION_WAITING_DOTS="true" source $ZSH/oh-my-zsh.sh -# fix spotify ui scaling bug -alias spotify="spotify --force-device-scale-factor=0.95 %U" - # use bat instead of cat alias cat="bat" tac () { /usr/bin/tac $@ | bat }