diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-20 01:15:44 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-20 01:15:44 (GMT) |
commit | ce58d60124450338819d30ed118accb0637abb92 (patch) | |
tree | c5ad3473cdfbd00ea958e4bbd6ace3b8ffc1cc83 /abs/core-testing/bash/bashrc | |
parent | 984ace971e3311468a6e9cd7674a0349861e62a0 (diff) | |
download | linhes_pkgbuild-ce58d60124450338819d30ed118accb0637abb92.zip linhes_pkgbuild-ce58d60124450338819d30ed118accb0637abb92.tar.gz linhes_pkgbuild-ce58d60124450338819d30ed118accb0637abb92.tar.bz2 |
bc & Bash: update to latest stable versions
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]\$ ' - |