FarmerOfMoss on Nostr: npub1gfdrr…x7gg6 .bash_aliases alias hgrep="history | grep" and then I go hgrep apt ...
npub1gfdrrw9629qxwvwaa3vwnvzhtaqu2c5m9wf6vcwjnmdnhs7hl4jsux7gg6 (npub1gfd…7gg6)
.bash_aliases
alias hgrep="history | grep"
and then I go
hgrep apt
results in
4554 hgrep apt
4555 sudo apt update; sudo apt -y upgrade; sudo apt -y dist-upgrade; sudo apt autoclean; sudo apt autoremove; sudo apt clean
!4555
finaly executes it
.bash_aliases
alias hgrep="history | grep"
and then I go
hgrep apt
results in
4554 hgrep apt
4555 sudo apt update; sudo apt -y upgrade; sudo apt -y dist-upgrade; sudo apt autoclean; sudo apt autoremove; sudo apt clean
!4555
finaly executes it