about summary refs log tree commit diff
path: root/fish/functions
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-06-20T11·08+0200
committerVincent Ambo <vincent@spotify.com>2013-06-20T11·08+0200
commit50b1cc1612933e656540f0a1ad48a577891528f0 (patch)
tree16ad509af9946c0da6ca0e43af86d50807f01507 /fish/functions
parent384b4e1ec173354816ca8536bfc91407801c8970 (diff)
* Added fish config
Diffstat (limited to 'fish/functions')
-rw-r--r--fish/functions/runhoogle.fish5
-rw-r--r--fish/functions/runirc.fish3
2 files changed, 8 insertions, 0 deletions
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