aboutsummaryrefslogblamecommitdiffstats
path: root/moc/bash-aliases
blob: 6dc6ab2d276a3f6c74f3fb1d3f4eda03decf94cd (plain) (tree)
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