mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
6 lines
108 B
Bash
6 lines
108 B
Bash
|
|
# Check for an interactive session
|
|
[ -z "$PS1" ] && return
|
|
|
|
alias ls='ls --color=auto'
|
|
PS1='[\u@\h \W]\$ '
|