Browse Source

bash: date: fix

master
Maxim Likhachev 11 years ago
parent
commit
3632e6d0d7
  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