This commit is contained in:
Vincent Ambo 2013-07-01 02:32:42 +02:00
commit 22618246cb
3 changed files with 22 additions and 0 deletions

14
fish/config.fish Normal file
View file

@ -0,0 +1,14 @@
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 ~/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