summaryrefslogtreecommitdiff
path: root/dotkshrc
blob: 349e5999266a982181018c0d00ded60571f694c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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