9 lines
199 B
Bash
9 lines
199 B
Bash
# we source the general profile here so we dont have to
|
|
# reimplement it
|
|
setopt nonomatch
|
|
source /etc/profile
|
|
unsetopt nonomatch
|
|
# put your own login shell specific configuration below
|
|
# this line
|
|
|