################################################ # cvp - maintains dynamic promt when switching # between Lawson Environments # Install this in /bin as cvp and chmod it 755 # The use . cvp envname instead of 'cv' # J. David Schronce - 2004 Nov 20 ################################################ . cv $1 ID=`id | cut -d"(" -f2 | cut -d")" -f1` export PS1="$ID:$LAWENVNAME:\$PWD >" ################################################ # Add additional env variable and aliases here