summarylogtreecommitdiffstats
path: root/modules.sh
blob: d189fda1c37abfd779e076c8fb20f931851ed303 (plain)
1
2
3
4
5
6
7
8
9
10

# init module enviroment

if [[ `ps -hp $$ | awk '{print $5}'` = "bash" ]]; then
    source /usr/Modules/default/init/bash
elif [[ `ps -hp $$ | awk '{print $5}'` = "zsh" ]]; then
   source /usr/Modules/default/init/zsh
fi