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