1 2 3 4 5 6 7
# -*- shell-script -*- if test "$TERM" = linux; then alias mocp="mocp --theme darkdot_theme" else alias mocp="etty; exec mocp --theme darkdot_theme" fi