this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo in tmux-airline

+2 -1
+1 -1
bin/tmux-airline
··· 15 15 if [ $state = "playing" ]; then 16 16 artist=`osascript -e 'tell application "iTunes" to artist of current track as string'`; 17 17 track=`osascript -e 'tell application "iTunes" to name of current track as string'`; 18 - MUSIC="#[fg=colour15]$artist: $track"; 18 + MUSIC="#[fg=colour15]$artist: $track"; 19 19 fi 20 20 fi 21 21
+1
fish/config.fish
··· 11 11 enable direnv hook fish 12 12 enable hub alias -s 13 13 enable jump shell fish 14 + enable rbenv init - 14 15 enable thefuck --alias