kshrc: Add kshrc
This commit is contained in:
parent
eb742febb8
commit
6af0764ec3
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
|
Loading…
Reference in New Issue
Block a user