kshrc: Add kshrc
This commit is contained in:
12
shrc/kshrc
Executable file
12
shrc/kshrc
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/ksh
|
||||
#
|
||||
# ~/.kshrc
|
||||
#
|
||||
|
||||
# Source /etc/profile
|
||||
. /etc/profile
|
||||
|
||||
# Source .profile
|
||||
if [ -r ~/.profile ]; then
|
||||
. ~/.profile
|
||||
fi
|
Reference in New Issue
Block a user