diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-11T15·14-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-11T15·14-0400 |
commit | 765e7b5cc6cea6c8bbb47c82db4addcd65eea64d (patch) | |
tree | ebf4838dfff81445cb189ae53493a5698776bae4 /home/modules | |
parent | 1f0f282e76ab71ac9d46d3fb984832c9d5fdcbfd (diff) |
hoogle alias
Diffstat (limited to 'home/modules')
-rw-r--r-- | home/modules/development.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/modules/development.nix b/home/modules/development.nix index 1b38157d4deb..3417b212618a 100644 --- a/home/modules/development.nix +++ b/home/modules/development.nix @@ -92,5 +92,6 @@ "cob" = "cabal old-build"; "cnr" = "cabal new-run"; "cor" = "cabal old-run"; + "ho" = "hoogle"; }; } |