summaryrefslogtreecommitdiffstats
path: root/abs/core/bash/bashrc
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-06 22:29:53 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-06 22:29:53 (GMT)
commit249faff8c004ccdf1af87680b2bd684454f96ff9 (patch)
treebaced9c886e422fbafeecc633ac0f195d196531e /abs/core/bash/bashrc
parent999d8e68e11f9676c491540601ae0a191e1fab49 (diff)
downloadlinhes_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/bashrc6
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]\$ '