From e7f869403eb3097dcec6c9b65fc1460901d50406 Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Thu, 8 Jun 2023 22:22:32 +0200 Subject: [PATCH] Add zspotify alias --- zsh/alias | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/alias b/zsh/alias index 59f99f2..8806e4e 100644 --- a/zsh/alias +++ b/zsh/alias @@ -71,6 +71,8 @@ if test -x '/Applications/Firefox.app/Contents/MacOS/firefox-bin'; then alias firefox-pm='/Applications/Firefox.app/Contents/MacOS/firefox-bin -P' fi +# zspotify (Docker) +zspotify='docker run -v ${HOME}/.zspotify:/root/.zspotify -v ${HOME}/Music:/root/Music -it jsavargas/zspotify' # git