Commit 82ec14e608f2e3101594d484fd039f91448aa8bf

Enable color ls on OSX

Commit diff

config.fish

 
1414end
1515
1616set fish_greeting ""
17set -x CLICOLOR 1
1718
1819function parse_git_branch
1920 sh -c 'git branch --no-color 2> /dev/null' | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'
toggle raw diff