···1515 if [ $state = "playing" ]; then
1616 artist=`osascript -e 'tell application "iTunes" to artist of current track as string'`;
1717 track=`osascript -e 'tell application "iTunes" to name of current track as string'`;
1818- MUSIC="#[fg=colour15]$artist: $track";
1818+ MUSIC="#[fg=colour15]$artist: $track";
1919 fi
2020fi
2121
+1
fish/config.fish
···1111enable direnv hook fish
1212enable hub alias -s
1313enable jump shell fish
1414+enable rbenv init -
1415enable thefuck --alias