diff options
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -144,4 +144,8 @@ if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then fi # Add alias for ssh to update the tty -alias ssh="gpg-connect-agent updatestartuptty /bye >/dev/null; ssh"
\ No newline at end of file +alias ssh="gpg-connect-agent updatestartuptty /bye >/dev/null; ssh" + +# Handy alias for the ip command +alias ip="ip --color" +alias ipb="ip --color --brief"
\ No newline at end of file |
