summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/bash/bashrc
blob: 0963431fd328790f0c988e4464260a759c69fc0f (plain)
1
2
3
4
5
6

# Check for an interactive session
[ -z "$PS1" ] && return

alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '