summaryrefslogtreecommitdiff
path: root/.ghci
diff options
context:
space:
mode:
Diffstat (limited to '.ghci')
-rw-r--r--.ghci3
1 files changed, 2 insertions, 1 deletions
diff --git a/.ghci b/.ghci
index 86708ec..ab9de13 100644
--- a/.ghci
+++ b/.ghci
@@ -8,5 +8,6 @@
:def iq (\arg -> let [x, y] = Prelude.words arg in return <| "import qualified " ++ x ++ " as " ++ y)
:def hoogle \s -> return <| ":! hoogle search --count=15 \"" ++ s ++ "\""
:def hdoc \s -> return <| ":! hoogle search --info \"" ++ s ++ "\""
-:def! f \_ -> return <| ":! ftags \n:r"
+:def! f \_ -> return <| ":! ftags.sh \n:r"
+:def! h \_ -> return <| ":! hoog.sh"
:def test \_ -> return <| ":main test"