PKGBUILDs/core/bash/bashrc

7 lines
108 B
Bash
Raw Normal View History

2009-09-26 14:35:50 +00:00
# Check for an interactive session
[ -z "$PS1" ] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '