summaryrefslogtreecommitdiffstats
path: root/abs/core/bash/profile.bash
blob: d28f0695e3c05ed132a402fc2bb3d08f98e8f9f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# /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