summaryrefslogtreecommitdiffstats
path: root/ksh/.kshrc
blob: ce5dbd00786060a0eb27ccdf7bdc18cf527dfa40 (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

set -o emacs
set -o braceexpand
export HISTFILE="$HOME/.config/ksh/.ksh_history"
export HISTSIZE=16384

for f in $HOME/.config/ksh/conf/*; do
	. "${f}"
done
Un proyecto texto-plano.xyz