From f30268e8aff8dca0c8588da0e9d86a7de29fa59c Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Sun, 25 Aug 2019 20:12:26 +1000 Subject: [PATCH] rm spotify scaling workaround due to upstream fix --- zsh/.zshrc | 3 --- 1 file changed, 3 deletions(-) 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 } -- 2.49.0