diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-06 22:29:53 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-06 22:29:53 (GMT) |
commit | 249faff8c004ccdf1af87680b2bd684454f96ff9 (patch) | |
tree | baced9c886e422fbafeecc633ac0f195d196531e /abs/core/bash/bashrc | |
parent | 999d8e68e11f9676c491540601ae0a191e1fab49 (diff) | |
download | linhes_pkgbuild-249faff8c004ccdf1af87680b2bd684454f96ff9.zip linhes_pkgbuild-249faff8c004ccdf1af87680b2bd684454f96ff9.tar.gz linhes_pkgbuild-249faff8c004ccdf1af87680b2bd684454f96ff9.tar.bz2 |
bash 4.2
Diffstat (limited to 'abs/core/bash/bashrc')
-rw-r--r-- | abs/core/bash/bashrc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/abs/core/bash/bashrc b/abs/core/bash/bashrc deleted file mode 100644 index 0963431..0000000 --- a/abs/core/bash/bashrc +++ /dev/null @@ -1,6 +0,0 @@ - -# Check for an interactive session -[ -z "$PS1" ] && return - -alias ls='ls --color=auto' -PS1='[\u@\h \W]\$ ' |