Browse Source

bash: date: fix

Maxim Lihachev 11 years ago
parent
commit
3bbc3de922
  1. 2
      etc/shell/bash/aliases

2
etc/shell/bash/aliases

@ -116,7 +116,7 @@ command_not_found_handle() { #noindex @@ -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'}
}
#- Список функций и псевдонимов

Loading…
Cancel
Save