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
aea94507c5
commit
ef4417c057
1 changed files with 6 additions and 0 deletions
|
|
@ -23,3 +23,9 @@ alias sl=ls # often screw this up
|
||||||
alias afind='ack-grep -il'
|
alias afind='ack-grep -il'
|
||||||
|
|
||||||
alias x=extract
|
alias x=extract
|
||||||
|
|
||||||
|
alias reload="source ~/.zshrc"
|
||||||
|
|
||||||
|
alias netr='netstat -rn '
|
||||||
|
alias nets='netstat -an -f inet '
|
||||||
|
alias netl='netstat -an -f inet | grep LISTEN'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue