diff options
Diffstat (limited to 'abs/core/filesystem/profile')
-rw-r--r-- | abs/core/filesystem/profile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/abs/core/filesystem/profile b/abs/core/filesystem/profile index cf461f7..e7a958a 100644 --- a/abs/core/filesystem/profile +++ b/abs/core/filesystem/profile @@ -24,6 +24,7 @@ fi # Load shell specific profile settings test -f "/etc/profile.$shell" && . "/etc/profile.$shell" +unset shell #Set our umask umask 022 @@ -32,19 +33,6 @@ umask 022 PATH="/bin:/usr/bin:/sbin:/usr/sbin" export PATH -# Export default pkg-config path -PKG_CONFIG_PATH="/usr/lib/pkgconfig" -export PKG_CONFIG_PATH - -# Some readline stuff that is fairly common -HISTSIZE=1000 -HISTCONTROL="erasedups" - -INPUTRC="/etc/inputrc" -LESS="-R" - -export HISTSIZE HISTCONTROL INPUTRC LESS - # Load profiles from /etc/profile.d if test -d /etc/profile.d/; then for profile in /etc/profile.d/*.sh; do |