diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 35d57c0..9d20440 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Сбт 21 Сен 2013 00:55:48 +# Изменён: Чт 16 янв 2014 06:16:04 # ################################################################################ #{{{ Псевдонимы @@ -61,9 +61,9 @@ alias sendemail="sendemail -l $LOGDIR/sendemail" #noindex alias g=git #noindex if [ $UID -eq 0 ]; then - alias mc="TERM=xterm-256color mc -S dark" + alias mc="TERM=xterm-256color mc -S modarin256root" else - alias mc="TERM=xterm-256color mc -S dark" + alias mc="TERM=xterm-256color mc -S modarin256" alias htop="htop -u $(whoami)" fi