From 50b1cc1612933e656540f0a1ad48a577891528f0 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 20 Jun 2013 13:08:18 +0200 Subject: * Added fish config --- fish/functions/runhoogle.fish | 5 +++++ fish/functions/runirc.fish | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 fish/functions/runhoogle.fish create mode 100644 fish/functions/runirc.fish (limited to 'fish/functions') diff --git a/fish/functions/runhoogle.fish b/fish/functions/runhoogle.fish new file mode 100644 index 000000000000..45160062e3fb --- /dev/null +++ b/fish/functions/runhoogle.fish @@ -0,0 +1,5 @@ +function runhoogle + cd ~/.hoogle + screen -dm hoogle server -p 4000 + cd - +end diff --git a/fish/functions/runirc.fish b/fish/functions/runirc.fish new file mode 100644 index 000000000000..d16234268388 --- /dev/null +++ b/fish/functions/runirc.fish @@ -0,0 +1,3 @@ +function runirc + screen -S irssi irssi +end -- cgit 1.4.1