]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Dates without T
authorSergey Matveev <stargrave@stargrave.org>
Mon, 4 Oct 2021 19:35:22 +0000 (22:35 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 4 Oct 2021 19:35:22 +0000 (22:35 +0300)
zsh/.zshrc

index 5a58b18de19bd599a225b55baf6b7c15a16fab85..de923956273cbd7632114cee6d9951cdb10aa592 100644 (file)
@@ -75,7 +75,7 @@ precmd() {
 
 # Aliases {{{
 alias l="ls -AF "
-alias ll="ls -D %Y-%m-%dT%H:%M -AFl "
+alias ll="ls -D \"%Y-%m-%d %H:%M\" -AFl "
 alias vi="vim"
 alias m="less "
 alias -g M="| less"