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
19b9f4c9df
commit
fdf85fda26
1 changed files with 7 additions and 0 deletions
|
|
@ -22,3 +22,10 @@ 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