diff options
Diffstat (limited to 'abs/core-testing/bash/bashrc')
-rw-r--r-- | abs/core-testing/bash/bashrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/abs/core-testing/bash/bashrc b/abs/core-testing/bash/bashrc index fcabce0..0963431 100644 --- a/abs/core-testing/bash/bashrc +++ b/abs/core-testing/bash/bashrc @@ -1,3 +1,6 @@ + +# Check for an interactive session +[ -z "$PS1" ] && return + alias ls='ls --color=auto' PS1='[\u@\h \W]\$ ' - |