summaryrefslogtreecommitdiffstats
path: root/abs/core/bash/profile.bash
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/profile.bash
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/profile.bash')
-rw-r--r--abs/core/bash/profile.bash11
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/core/bash/profile.bash b/abs/core/bash/profile.bash
deleted file mode 100644
index d28f069..0000000
--- a/abs/core/bash/profile.bash
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# /etc/profile.bash
-# Global settings for bash shells
-#
-
-#In the future we may want to add more ulimit entries here,
-# in the offchance that /etc/security/limits.conf is skipped
-ulimit -Sc 0 #Don't create core files
-
-# Source our global bashrc file, to remove duplication of effort
-[ -r /etc/bash.bashrc ] && . /etc/bash.bashrc