|
|
|
|
|
by sixstringtheory
1822 days ago
|
|
What about `history | grep “^git”? Edit to add: the downside is that it only works in the current terminal session. To workaround that for myself, I have a fish shell post exec function that records the last command run, plus a bunch of metadata, to a log file. |
|