diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 3e2d0f3..698811b 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -72,7 +72,7 @@ fi #- Подсветка текущего дня в календаре function cal() { - [ -z "$1" ] && command cal -m | clr "$(\date +%_d)" || command cal -m $* + [ -z "$1" ] && command cal -m $(\date +%m) | clr "$(\date +%_d)" || command cal -m $* } #- Запуск программ без привязки к сессии