bin/shrc/kshrc

13 lines
127 B
Plaintext
Raw Normal View History

2018-08-08 16:55:22 -05:00
#!/bin/ksh
#
# ~/.kshrc
#
# Source /etc/profile
. /etc/profile
# Source .profile
if [ -r ~/.profile ]; then
. ~/.profile
fi