Add aliases for easy searching of history
This commit is contained in:
parent
e15f254143
commit
d901efe31a
@ -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 -}#
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user