Skip to content

Commit

Permalink
ghci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidov committed Aug 25, 2013
1 parent 913a671 commit 57d881a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ghci
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:set prompt "\ESC[32mλ> \ESC[m"
:set editor vim

:def hoogle \x -> return $ ":!hoogle --color \"" ++ x ++ "\""
:def hoogle \x -> return $ ":!hoogle --color --count 15 \"" ++ x ++ "\""
:def doc \x -> return $ ":!hoogle --info --color \"" ++ x ++ "\""
:def pl \s -> return $ ":! pointfree \"" ++ s ++ "\""
:def pf \s -> return $ ":! pointfree \"" ++ s ++ "\""

0 comments on commit 57d881a

Please sign in to comment.