diff_last_two_commands

3 months ago
2

Quite often I find myself wanting to compare the output of two commands, usually the last two commands I ran. So, I setup a diff_last_two_commands helper in both zsh and fish shell using process substitution and expanding aliases.

Loading 1 comment...