Browse Source

Замена цветовой схемы mc

master
Maxim Likhachev 11 years ago
parent
commit
9996dadb4d
  1. 6
      etc/shell/bash/aliases

6
etc/shell/bash/aliases

@ -1,6 +1,6 @@ @@ -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 @@ -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

Loading…
Cancel
Save