about summary refs log blame commit diff
path: root/fish/config.fish
blob: 36c9a3d016095bcfcaed297c40e604255f23f285 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                        

                    
                                                                                                                
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 fish_greeting ""

set PATH /usr/local/bin ~/Library/Haskell/bin ~/bin/ /Users/vincent/Source/management-scripts/google-apps/ $PATH