My fish config
This commit is contained in:
3
functions/ps-grep.fish
Normal file
3
functions/ps-grep.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function ps-grep --wraps='function PS_GREP; ps aux | grep "$argv" | grep -v grep; end; PS_GREP' --wraps='ps aux | grep -v grep | grep' --description 'alias ps-grep ps aux | grep -v grep | grep'
|
||||
ps aux | grep -v grep | grep $argv;
|
||||
end
|
||||
Reference in New Issue
Block a user