Updated config
This commit is contained in:
parent
7547ef0ff1
commit
65053a3bcf
5 changed files with 20 additions and 8 deletions
|
@ -8,7 +8,7 @@ if command -q git
|
|||
alias gp "git pull"
|
||||
alias gs "git status"
|
||||
alias home "git --git-dir=$HOME/.home/ --work-tree=$HOME"
|
||||
alias homeinit "git clone --bare https://git.urbach.dev/sys/home $HOME/.home && home checkout"
|
||||
alias homeinit "git clone --bare https://git.urbach.dev/eduard/home $HOME/.home && home checkout"
|
||||
alias h "home"
|
||||
alias hs "home status"
|
||||
alias hd "home diff --ignore-space-at-eol"
|
||||
|
@ -44,10 +44,13 @@ if command -q ls
|
|||
alias lp "ls -l --no-filesize --no-time"
|
||||
end
|
||||
|
||||
# Lsof
|
||||
if command -q lsof
|
||||
alias tcp "lsof -PniTCP"
|
||||
alias udp "lsof -PniUDP"
|
||||
# Netstat
|
||||
if command -q netstat
|
||||
alias tcp "netstat -tpen"
|
||||
alias udp "netstat -upen"
|
||||
alias tcps "netstat -tlpen"
|
||||
alias udps "netstat -ulpen"
|
||||
alias servers "netstat -tulpen"
|
||||
end
|
||||
|
||||
# MPV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue