Skip to content

Commit

Permalink
reset no-tunes
Browse files Browse the repository at this point in the history
  • Loading branch information
debaraj-barua committed Mar 20, 2024
1 parent 0e12b1e commit 59860ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 59860ff

Please sign in to comment.