* 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

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