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

fix issue with PS1

parent 2297cfba
No related branches found
No related tags found
No related merge requests found
...@@ -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