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

Handle new funny GBD profile.d files

parent 73ffc56c
No related branches found
No related tags found
1 merge request!145Handle new funny GBD profile.d files
#!/bin/bash
for i in /etc/profile.d/*.sh; do
. $i
if [ -r $i ]; then
. $i
fi
done
export PS1='eic-shell> \[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment