1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-05 20:15:26 +03:00

Fix shell hook

This commit is contained in:
Nicolas Mattia 2019-04-07 12:50:35 +02:00
parent 262dd9ab21
commit 60cc94d3e6

View File

@ -15,7 +15,7 @@ with rec
shellHook =
''
repl() {
ghci Main.hs
ghci app/Niv.hs
}
echo "To start a REPL session, run:"