diff --git a/roles/root_account/templates/bashrc.j2 b/roles/root_account/templates/bashrc.j2 index 922141b..eeadc1d 100644 --- a/roles/root_account/templates/bashrc.j2 +++ b/roles/root_account/templates/bashrc.j2 @@ -8,3 +8,4 @@ alias ls='ls $LS_OPTIONS' alias ll='ls $LS_OPTIONS -l' alias l='ls $LS_OPTIONS -lA' alias ip='ip -color=auto' +alias bridge='bridge -pretty -color -compressvlans'