aboutsummaryrefslogtreecommitdiff
path: root/pdksh/kshrc
blob: 419a78f6b6933cc7bf57fa05f2429cfc2cc15bee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Emacs-style key bindings
set -o braceexpand
set -o emacs

# Save history
HISTFILE=$HOME/.sh_history
HISTSIZE=$((1 << 12))

# Prompt
PS1='\u@\h:\w\$ '