diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 71cdaed..d812b63 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -116,7 +116,7 @@ command_not_found_handle() { #noindex #- Дата function date() { #noindex - command date "${@:-'+%A, %d %B %Y, %H:%M'}" + command date ${@:-'+%A, %d %B %Y, %H:%M'} } #- Список функций и псевдонимов