mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 04:02:55 +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
|
function qr
|
||||||
qrencode $argv[1] -o /tmp/qr.png | open /tmp/qr.png
|
qrencode $argv[1] -o /tmp/qr.png | open /tmp/qr.png
|
||||||
end
|
end
|
||||||
|
function psf
|
||||||
|
ps aux | rg -v "$USER.*rg $argv" | rg $argv
|
||||||
|
end
|
||||||
|
|
||||||
# Dotfile and config shortcuts
|
# Dotfile and config shortcuts
|
||||||
alias reload='source $DOTS/fish.configlink/config.fish' # Refresh fish shell
|
alias reload='source $DOTS/fish.configlink/config.fish' # Refresh fish shell
|
||||||
|
Loading…
Reference in New Issue
Block a user