]> git.madduck.net Git - etc/zsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

update time format for l alias
authormartin f. krafft <madduck@madduck.net>
Fri, 26 Sep 2014 04:42:21 +0000 (06:42 +0200)
committermartin f. krafft <madduck@madduck.net>
Fri, 26 Sep 2014 04:42:21 +0000 (06:42 +0200)
.zsh/zshrc/30_aliases

index 7d48c0a6aa50d0537705c71cd5754886ab146ee7..5e41f72918e8ca2d3d0fe85964a903a4b3cb69f4 100644 (file)
@@ -34,7 +34,7 @@ command ls --group-directories-first >/dev/null 2>&1 \
 # I prefer POSIX collation for ls
 alias ls="LC_COLLATE=POSIX ls $_ls_opts"
 
-alias l='ls --time-style=+%Y%m%d.%H%M -gG'
+alias l='ls --time-style=+%Y-%m-%d-%H:%M -gG'
 alias ll='ls -l'
 alias la='ls -a'
 alias lla='ls -la'