11 lines
337 B
Django/Jinja
11 lines
337 B
Django/Jinja
{{ ansible_managed | comment }}
|
|
|
|
PS1='\[\e[1;31m\]{{ inventory_hostname | quote }}\[\e[0m\] \w \[\e[1;36m\]\$\[\e[0m\] '
|
|
|
|
export LS_OPTIONS='--color=auto'
|
|
eval "$(dircolors)"
|
|
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'
|