aboutsummaryrefslogtreecommitdiffstats
path: root/my-scripts/bash-aliases
blob: b4c4dbd2123e16911154c17ed11e4ea233059a71 (plain) (blame)
1
2
3
4
5
6
7
# -*- shell-script -*-

if test "$TERM" = linux; then
	alias etty='etty;palette-reset'
fi

alias et=etty