* Added fish config

This commit is contained in:
Vincent Ambo 2013-06-20 13:08:18 +02:00
parent 384b4e1ec1
commit 50b1cc1612
3 changed files with 20 additions and 0 deletions

12
fish/config.fish Normal file
View file

@ -0,0 +1,12 @@
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

View file

@ -0,0 +1,5 @@
function runhoogle
cd ~/.hoogle
screen -dm hoogle server -p 4000
cd -
end

View file

@ -0,0 +1,3 @@
function runirc
screen -S irssi irssi
end