From e8b3f7f7316ead49f7812f94b649887ad1c34ca7 Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Thu, 8 Jun 2023 22:44:20 +0200 Subject: [PATCH] Fix alias --- zsh/alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/alias b/zsh/alias index 8806e4e..d3df9dc 100644 --- a/zsh/alias +++ b/zsh/alias @@ -72,7 +72,7 @@ if test -x '/Applications/Firefox.app/Contents/MacOS/firefox-bin'; then fi # zspotify (Docker) -zspotify='docker run -v ${HOME}/.zspotify:/root/.zspotify -v ${HOME}/Music:/root/Music -it jsavargas/zspotify' +alias zspotify='docker run -v ${HOME}/.zspotify:/root/.zspotify -v ${HOME}/Music:/root/Music -it jsavargas/zspotify' # git