Files
docker-django-dav-events/container-filesystem/etc/bashrc.local
2020-04-22 12:57:02 +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