parent
ee36617575
commit
709ffc5d69
|
@ -0,0 +1,12 @@
|
|||
# .kshrc
|
||||
|
||||
# Source global definitions
|
||||
if [ -f /etc/kshrc ]; then
|
||||
. /etc/kshrc
|
||||
fi
|
||||
|
||||
# use emacs editing mode by default
|
||||
set -o emacs
|
||||
|
||||
# User specific aliases and functions
|
||||
|
|
@ -0,0 +1 @@
|
|||
:kshcomp:M::\x0b\x13\x08::/bin/ksh:
|
Loading…
Reference in New Issue