# -*- shell-script -*-

if test "$TERM" = linux; then
	alias mocp="mocp --theme darkdot_theme"
else
	alias mocp="etty; exec mocp --theme darkdot_theme"
fi