5 ms·
This is easily achieved using a fish function: https://github.com/nyarly/fish-bang-bang https://github.com/nyarly/fish-bang-bang Unlike bash, fish even expands
by dalbotex 9y ago
This is easily achieved using a fish function: https://github.com/nyarly/fish-bang-bang https://github.com/nyarly/fish-bang-bang
Unlike bash, fish even expands it in place, allowing you to make changes.
- sli 9y agozsh also expands in place for double bang, as well as the ^match^replace thing, too. Probably others, but those are the only ones I use regularly.