Add aliases for easy searching of history

This commit is contained in:
Andrew R. M 2025-04-05 16:37:09 -04:00 committed by Andrew R. M.
parent 3ce108cc40
commit ae09d9af9d

View File

@ -39,6 +39,13 @@ alias df="df -h"
# Human readable file size inspection # Human readable file size inspection
alias du="du -sh" alias du="du -sh"
# History searches
alias hgrep='history | grep --color'
alias phgrep="cat ${PERSISTENT_HISTFILE} | grep --color"
alias hfzf='history | fzf'
alias phfzf="cat ${PERSISTENT_HISTFILE} | fzf"
#{- NETWORKING -}# #{- NETWORKING -}#