PATH:
usr
/
share
/
Modules
/
init
# get current shell name by querying shell variables or looking at parent # process name if [ -n "${BASH:-}" ]; then if [ "${BASH##*/}" = 'sh' ]; then shell='sh' else shell='bash' fi elif [ -n "${ZSH_NAME:-}" ]; then shell=$ZSH_NAME else shell=$(/usr/bin/basename $(/usr/bin/ps -p $$ -ocomm=)) fi if [ -f /usr/share/Modules/init/$shell ]; then . /usr/share/Modules/init/$shell else . /usr/share/Modules/init/sh fi
[-] profile.csh
[edit]
[-] tcsh_completion
[edit]
[-] zsh
[edit]
[-] fish_completion
[edit]
[-] tcsh
[edit]
[+]
..
[-] ksh
[edit]
[-] fish
[edit]
[-] cmake
[edit]
[+]
zsh-functions
[-] lisp
[edit]
[-] ruby.rb
[edit]
[-] bash_completion
[edit]
[+]
ksh-functions
[-] perl.pm
[edit]
[-] profile.sh
[edit]
[-] csh
[edit]
[-] profile-compat.csh
[edit]
[-] sh
[edit]
[-] tcl
[edit]
[-] bash
[edit]
[-] python.py
[edit]
[-] r.R
[edit]
[-] profile-compat.sh
[edit]