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