Files
docker-django-test/container-filesystem/etc/bashrc.local
2019-04-14 00:43:17 +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