[arch-commits] Commit in filesystem/trunk (profile)

Pierre Schmitz pierre at archlinux.org
Sun Oct 24 09:28:39 UTC 2010


    Date: Sunday, October 24, 2010 @ 05:28:39
  Author: pierre
Revision: 96683

Cleanup profile

See https://bugs.archlinux.org/task/21180

Modified:
  filesystem/trunk/profile

---------+
 profile |   13 -------------
 1 file changed, 13 deletions(-)

Modified: profile
===================================================================
--- profile	2010-10-24 09:26:11 UTC (rev 96682)
+++ profile	2010-10-24 09:28:39 UTC (rev 96683)
@@ -33,19 +33,6 @@
 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




More information about the arch-commits mailing list