tvl-depot/fish/config.fish

24 lines
529 B
Fish
Raw Normal View History

2013-06-20 13:08:18 +02:00
function fish_prompt
set_color magenta
echo -n (vcprompt -f "(%s:%b%a%m)")
2013-06-20 13:08:18 +02:00
set_color cyan
echo -n '> '
end
function fish_right_prompt
set_color --bold yellow
echo -n '['
set_color --bold blue
echo -n (prompt_pwd)
set_color --bold yellow
echo -n ']'
end
set -gx EDITOR "emacsclient -n -create-frame"
set -gx ALTERNATE_EDITOR emacs
set -gx VISUAL emacsclient
2013-06-20 13:12:28 +02:00
set fish_greeting ""
2013-07-04 11:21:28 +02:00
set PATH /usr/local/bin ~/Library/Haskell/bin ~/bin/ /Users/vincent/Source/management-scripts/google-apps/ $PATH