Skip to content
Snippets Groups Projects
Commit 09251c13 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

fix issue with PS1

parent 4a672be3
No related branches found
No related tags found
1 merge request!81Improved environment setup
This commit is part of merge request !81. Comments created here will be created in the context of that merge request.
...@@ -15,8 +15,7 @@ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ...@@ -15,8 +15,7 @@ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[ ! -z "$SOFTWARE_HOME" ] && unset SOFTWARE_HOME [ ! -z "$SOFTWARE_HOME" ] && unset SOFTWARE_HOME
[ ! -z "$ROOTSYS" ] && unset ROOTSYS [ ! -z "$ROOTSYS" ] && unset ROOTSYS
export PS1='eic-shell> export PS1='eic-shell> \[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
export LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33' export LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33'
export GREP_OPTIONS='--color=auto' export GREP_OPTIONS='--color=auto'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment