mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-22 15:57:57 +02:00
shell profile for RPM added
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ ${UID} -ge 1000 ]]; then
|
||||
if [[ -r @PREFIX@/share/Pmodules/init/bash ]]; then
|
||||
source @PREFIX@/share/Pmodules/init/bash
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user