From 9996dadb4d987bac14133fc7368d881c8c658048 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Wed, 12 Mar 2014 20:50:48 +0600 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20=D1=86?= =?UTF-8?q?=D0=B2=D0=B5=D1=82=D0=BE=D0=B2=D0=BE=D0=B9=20=D1=81=D1=85=D0=B5?= =?UTF-8?q?=D0=BC=D1=8B=20mc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/shell/bash/aliases | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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