Sanchayan Maity
aab3d5bee3
Using abbreviations for shell commands does not seem clean. They also seem out of place along with other cabal abbreviations. While at it, we also add a helper to nuke all Haskell build artefacts. This is convenient instead of running cabal clean in every project or relying on Kondo. For deleting directories, we replace -delete with -exec rm -rv {} + or -exec rm -rv {} \ which should delete directories recursively without error. + at the end will result in rm -rv file1 file2 ... while using \ will result in rm -rv file1; rm -rv file2; ... |
||
---|---|---|
.. | ||
conf.d | ||
functions | ||
config.fish |