mirror of
https://github.com/zoriya/dotfiles.git
synced 2025-12-06 06:36:17 +00:00
6 lines
203 B
Bash
Executable File
6 lines
203 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
[[ ! -d ~/.local/share/hoogle/ ]] && ~/.cache/cabal/bin/hoogle generate --database ~/.local/share/hoogle/database
|
|
|
|
~/.cache/cabal/bin/hoogle --database ~/.local/share/hoogle/database $@
|