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

Handle new funny GBD profile.d files

(cherry picked from commit a753dcf4)
parent a8afb562
No related branches found
No related tags found
1 merge request!201Add awkward-array package
#!/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