Add pg alias
This commit is contained in:
parent
e9e1d77ab8
commit
8c17b3ec27
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
|
@ -214,6 +214,7 @@ alias ll="l -Fl"
|
||||||
alias la="l -Fa"
|
alias la="l -Fa"
|
||||||
alias lla="ll -Fa"
|
alias lla="ll -Fa"
|
||||||
alias c="cd"
|
alias c="cd"
|
||||||
|
alias pg="ps auxww|grep"
|
||||||
cl() { cd $@ && ls }
|
cl() { cd $@ && ls }
|
||||||
bellme() { echo "Done! (bellme)" ; while :; do echo -ne '\a' ; sleep 2 ; done }
|
bellme() { echo "Done! (bellme)" ; while :; do echo -ne '\a' ; sleep 2 ; done }
|
||||||
#old linux aliases
|
#old linux aliases
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue