7 ms·
I use fish with the sponge plugin that omits any command that doesn't return an error code 0. Combined with ones like `z` to jump around directories, I reckon m
by csmattryder 1y ago
I use fish with the sponge plugin that omits any command that doesn't return an error code 0.
Combined with ones like `z` to jump around directories, I reckon my history is pretty tidy.
Anything important and convoluted, I'll shove it in the fish config for quick access.
- eddd-ddde 1y agoFish + fzf integration is Wonder for working with history. Alt+c will show a fuzzy finder for changing directors.