mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Some new aliases, for reload .zshrc and netstat
This commit is contained in:
parent
d47e22168b
commit
f2539885c0
1 changed files with 0 additions and 5 deletions
|
|
@ -25,10 +25,5 @@ alias afind='ack-grep -il'
|
||||||
alias x=extract
|
alias x=extract
|
||||||
|
|
||||||
alias reload="source ~/.zshrc"
|
alias reload="source ~/.zshrc"
|
||||||
|
|
||||||
alias netr='netstat -rn '
|
|
||||||
alias nets='netstat -an -f inet '
|
|
||||||
alias netl='netstat -an -f inet | grep LISTEN'
|
|
||||||
|
|
||||||
alias galias='alias | grep'
|
alias galias='alias | grep'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue