Updated config

This commit is contained in:
Eduard Urbach 2025-06-13 15:03:42 +02:00
parent 7547ef0ff1
commit 65053a3bcf
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
5 changed files with 20 additions and 8 deletions

View file

@ -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