From 1862fcdf617fe6803a774bd670ce720b00cf28cc Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Tue, 3 Sep 2013 00:01:01 +0600 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=82=D0=BC=D0=B5=D1=82=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=BE=D0=B4=D0=BD=D0=BE=D0=B7=D0=BD=D0=B0=D1=87=D0=BD=D0=BE?= =?UTF-8?q?=D0=B9=20=D0=B4=D0=B0=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/shell/bash/aliases | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) mode change 100644 => 100755 etc/shell/bash/aliases diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases old mode 100644 new mode 100755 index 3f92969..42625b8 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Вс 25 авг 2013 03:55:58 +# Изменён: Пн 02 сен 2013 23:30:30 # ################################################################################ #{{{ Псевдонимы @@ -36,7 +36,6 @@ alias date="command date '+%A, %B %e %Y %H:%M:%S'" #noindex alias grep='grep -E -i' #noindex alias tree="tree -CAFa" #noindex alias sudo="su -c "$*"" #noindex -alias cal="cal -m" #noindex alias crontab_i="crontab $CRON" #noindex alias crontab_e="$EDITOR $CRON" #noindex alias dmenu="dmenu -fn '-*-fixed-*-*-*-*-15-*-*-*-*-*-*-*'" #noindex @@ -74,7 +73,7 @@ fi #- Подсветка текущего дня в календаре function cal() { - [ -z "$2" ] && command cal | clr `\date +%d` || command cal $* + [ -z "$2" ] && command cal | clr "$(\date +%_d)" || command cal $* } #- Запуск программ без привязки к сессии