Files
docker-haproxy/container-filesystem/etc/bashrc.local
2019-04-14 19:34:54 +02:00

10 lines
99 B
Plaintext

# /etc/bashrc.local
PS1='\u@\w/ \$ '
export PS1
alias ls="ls -F --color"
alias l="ls -ahl"
#end