kshrc: Add kshrc

This commit is contained in:
Salt 2018-08-08 16:55:22 -05:00
parent eb742febb8
commit 6af0764ec3

12
shrc/kshrc Executable file
View File

@ -0,0 +1,12 @@
#!/bin/ksh
#
# ~/.kshrc
#
# Source /etc/profile
. /etc/profile
# Source .profile
if [ -r ~/.profile ]; then
. ~/.profile
fi