summaryrefslogtreecommitdiffstats
path: root/abs/core/bash/dot.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/dot.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/dot.bashrc')
-rw-r--r--abs/core/bash/dot.bashrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/core/bash/dot.bashrc b/abs/core/bash/dot.bashrc
new file mode 100644
index 0000000..a355b0c
--- /dev/null
+++ b/abs/core/bash/dot.bashrc
@@ -0,0 +1,9 @@
+#
+# ~/.bashrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+alias ls='ls --color=auto'
+PS1='[\u@\h \W]\$ '