mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
ps search alias
This commit is contained in:
parent
24ebddafb6
commit
615a792005
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user