Alias to search ZSH history
LINUX QUALITY OF LIFE IMPROVEMENTS #1 edit ‘~/.zshrc’ and add # Function to search history using grep search () { # The "$@" variable passes all arguments received by the function to grep his...
LINUX QUALITY OF LIFE IMPROVEMENTS #1 edit ‘~/.zshrc’ and add # Function to search history using grep search () { # The "$@" variable passes all arguments received by the function to grep his...
GENERAL QUALITY OF LIFE IMPROVEMENTS #1 Essential Git History Cleanup & Integration Commands These commands are used to modify commit history, integrate features without merging noise, and up...