From 196c405df75897c03eed417f029df71e0cb39ad8 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 28 May 2018 09:02:00 +0200 Subject: bash: added aliases for ip command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bashrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 1bbdd4c..2d212d6 100644 --- a/bashrc +++ b/bashrc @@ -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 -- cgit v1.2.3