ps search alias

This commit is contained in:
Noah Masur 2020-12-01 09:36:07 -05:00
parent 24ebddafb6
commit 615a792005

View File

@ -70,6 +70,9 @@ function aliases --description 'All aliases'
function qr
qrencode $argv[1] -o /tmp/qr.png | open /tmp/qr.png
end
function psf
ps aux | rg -v "$USER.*rg $argv" | rg $argv
end
# Dotfile and config shortcuts
alias reload='source $DOTS/fish.configlink/config.fish' # Refresh fish shell