diff --git a/zsh/.zshrc b/zsh/.zshrc index 207f6c3..6846fad 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -3,4 +3,9 @@ alias git-back='git stash && git checkout - && git stash pop' alias ll='ls -alF' alias la='ls -A' alias l='ls -CF' +notunes-show () { + osascript -e 'quit app "noTunes"'; + defaults delete digital.twisted.noTunes; + open -a noTunes +}