diff --git a/.zsh/func.zsh b/.zsh/func.zsh index 68c42e1..e57da98 100644 --- a/.zsh/func.zsh +++ b/.zsh/func.zsh @@ -21,7 +21,7 @@ escfpath(){ # Need to have spotify url in clipboard getSpotifyTitle(){ - curl -s $(xclip -o) | fq -r .html.head.title + curl -s $(xclip -sel clip -o) | fq -r .html.head.title } if [[ ! -z "NOTICA_URL" ]]; then