dotfiles/fish/.config/fish
Sanchayan Maity aab3d5bee3
fish: functions: Move HieDb helpers to functions
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; ...
2024-11-30 18:44:10 +05:30
..
conf.d fish: functions: Move HieDb helpers to functions 2024-11-30 18:44:10 +05:30
functions fish: functions: Move HieDb helpers to functions 2024-11-30 18:44:10 +05:30
config.fish Revert "fish: config: Source zoxide" 2024-08-05 19:19:52 +05:30