- Minor cleanup,

- Add fancy prompt ($PS1) color handling.
This commit is contained in:
agibert
2009-01-13 16:59:17 +00:00
parent f6ac4f0426
commit e1e2f01ed6
4 changed files with 67 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
# $RCSfile: ora10,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
@@ -11,9 +11,9 @@
case "$1" in
*profile)
export ORACLE_HOME=/home/logiciel/oracle/ora10
export ORACLE_HOME=/home/logiciel/oracle/ora10204
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
export NLS_LANG=american_america.we8iso8859p1
export NLS_LANG=french_france.utf8
export NLS_SORT=BINARY
export ORACLE_TERM=vt100
# export ORACLE_RM=Oracle_XA_9
@@ -30,11 +30,11 @@ case "$1" in
#----------------------------------------------------------------------------
# PATH definitions
#----------------------------------------------------------------------------
path=$ORACLE_HOME/bin
export PATH=$(envmng_path_add "$PATH" "$path")
path=$ORACLE_HOME/bin
libpath=$ORACLE_HOME/lib32:$ORACLE_HOME/lib
shlib_path=$ORACLE_HOME/lib
export SHLIB_PATH=$(envmng_path_add "$SHLIB_PATH" "$shlib_path")
export PATH=$(envmng_path_add "$PATH" "$path")
export LIBPATH=$(envmng_path_add "$LIBPATH" "$libpath")
;;
*rc)