Add 'ip' bash aliases

master
Hektor Misplon 2025-07-12 18:14:26 +02:00
parent ee49296d41
commit 4bdbfa0c0d
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ alias chown="chown --preserve-root"
alias chmod="chmod --preserve-root"
alias chgrp="chgrp --preserve-root"
alias ip="ip --color"
alias ipa="ip -brief address"
alias ipl="ip -brief link"
alias ipr="ip route"
alias clip="xclip -sel clip"
alias df="df -kTh"