about summary refs log tree commit diff
path: root/fish/functions/runhoogle.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/functions/runhoogle.fish')
-rw-r--r--fish/functions/runhoogle.fish5
1 files changed, 0 insertions, 5 deletions
diff --git a/fish/functions/runhoogle.fish b/fish/functions/runhoogle.fish
deleted file mode 100644
index 45160062e3fb..000000000000
--- a/fish/functions/runhoogle.fish
+++ /dev/null
@@ -1,5 +0,0 @@
-function runhoogle
-    cd ~/.hoogle
-    screen -dm hoogle server -p 4000
-    cd -
-end