From 1df3fa9c9106fd3c7577a2d47db9e66a383bdb3c Mon Sep 17 00:00:00 2001 From: Heavy Date: Wed, 27 Oct 2021 18:37:43 +0200 Subject: [PATCH] Added 'ips' alias (show ip information in --brief mode). --- dot_bashrc.d/executable_08.alias.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_bashrc.d/executable_08.alias.tmpl b/dot_bashrc.d/executable_08.alias.tmpl index e3e50af..6acda58 100644 --- a/dot_bashrc.d/executable_08.alias.tmpl +++ b/dot_bashrc.d/executable_08.alias.tmpl @@ -47,6 +47,9 @@ alias start-agent='start-agent.sh' alias find-agent='find-agent.sh' alias findAgent='find-agent.sh' +# ip +alias ips='ip --brief -c address' + {{ if eq .bash.prompt.category "Uberspace" -}} alias quota='quota -gls' {{ end -}}