- Minor cleanup,
- Add fancy prompt ($PS1) color handling.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# $RCSfile: aix-system,v $
|
||||
# $Revision: 1.1 $
|
||||
# $Revision: 1.2 $
|
||||
# $Name: $
|
||||
# $Date: 2009/01/13 13:27:53 $
|
||||
# $Date: 2009/01/13 16:59:17 $
|
||||
# $Author: agibert $
|
||||
|
||||
# EnvMng Environment configuration
|
||||
@@ -9,16 +9,15 @@
|
||||
# description: AIX System base configuration
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
path=/usr/linux/bin:/usr/ucb:/sbin:/usr/bin:/usr/sbin:/usr/bin/X11:/opt/seos/bin:/usr/games
|
||||
|
||||
shlib_path=/usr/local/lib
|
||||
|
||||
manpath=/usr/local/man:/opt/seos/man:/opt/freeware/man
|
||||
|
||||
|
||||
|
||||
case "$1" in
|
||||
*profile)
|
||||
#----------------------------------------------------------------------------
|
||||
# PATH definitions
|
||||
#----------------------------------------------------------------------------
|
||||
path=/usr/linux/bin:/usr/ucb:/sbin:/usr/bin:/usr/sbin:/usr/bin/X11:/opt/seos/bin:/usr/games
|
||||
libpath=/usr/local/lib
|
||||
manpath=/usr/local/man:/opt/seos/man:/opt/freeware/man
|
||||
|
||||
export PATH=$(envmng_path_add "$PATH" "$path")
|
||||
export SHLIB_PATH=$(envmng_path_add "$SHLIB_PATH" "$shlib_path")
|
||||
export MANPATH=$(envmng_path_add "$MANPATH" "$manpath")
|
||||
|
||||
Reference in New Issue
Block a user