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
a2bd864d5c
commit
490e73bc3a
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 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