feat(global/shell): add process grep aliases
This commit is contained in:
parent
461e91a5e7
commit
b76d94423f
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ in
|
||||||
grep = "rg";
|
grep = "rg";
|
||||||
gi = "grep -i";
|
gi = "grep -i";
|
||||||
|
|
||||||
|
# TODO: Investigate psgrep
|
||||||
|
psg = "ps x | gi -e 'PID\\s+TTY\\s+STAT\\s+TIME\\s+COMMAND' -e ";
|
||||||
|
psag = "ps ax | gi -e 'PID\\s+TTY\\s+STAT\\s+TIME\\s+COMMAND' -e ";
|
||||||
|
|
||||||
# internet ip
|
# internet ip
|
||||||
myip = "curl ipecho.net/plain";
|
myip = "curl ipecho.net/plain";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue