summaryrefslogtreecommitdiffstats
path: root/ksh/.kshrc
blob: 76638bb9248a8c4067a87d3ae835fa6bca99c3a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/ksh

[[ -x /etc/ksh.kshrc ]] && . /etc/ksh.kshrc

[ -n "$DISPLAY" ] && . $HOME/.config/ksh/tmux.ksh

for f in $HOME/.config/ksh/conf/*; do
	. "${f}"
done

set -o emacs
set -o braceexpand
export HISTFILE="$HOME/.config/ksh/.ksh_history"
export HISTSIZE=16384
Un proyecto texto-plano.xyz