Skip to content

Commit

Permalink
aligned pick version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
uriel1998 committed Oct 16, 2024
1 parent 6cf008f commit cfc9c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpdcontrol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ clearmode (){
if [ -f "$(which fzf)" ];then
result=$(echo "$selection" | fzf --multi)
else
result=$(echo "$selection" | pick | awk -F '' '{print $1}')
result=$(echo "$selection" | pick )
fi
clearmode
while IFS= read -r line; do
Expand Down

0 comments on commit cfc9c7d

Please sign in to comment.