tvl-depot/fish/config.fish

13 lines
282 B
Fish
Raw Normal View History

2013-06-20 13:08:18 +02:00
function fish_prompt
set_color blue
echo -n (whoami)
set_color cyan
echo -n '@'
set_color magenta
echo -n (prompt_pwd)
set_color cyan
echo -n '> '
end
set PATH ~/Library/Haskell/bin ~/bin/ /Users/vincent/Source/management-scripts/google-apps/ $PATH