]> 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:

~log is already factored out for lless
authormartin f. krafft <madduck@madduck.net>
Fri, 22 May 2009 18:43:20 +0000 (20:43 +0200)
committermartin f. krafft <madduck@madduck.net>
Fri, 22 May 2009 18:43:20 +0000 (20:43 +0200)
.zsh/zshrc/30_aliases

index bdbef14a77118d0501775f3dcb9998fc905ea62a..1f5f0a07963fb6a622bf9515334a1160334f1364 100644 (file)
@@ -91,15 +91,15 @@ function lless() { sensible-pager ~log/$1 }
 compdef '_files -W ~log' lless
 
 alias tsl='ltail syslog'
-alias lsl='lless ~log/syslog'
+alias lsl='lless syslog'
 alias tml='ltail mail.log'
-alias lml='lless ~log/mail.log'
+alias lml='lless mail.log'
 alias tal='ltail auth.log'
-alias lal='lless ~log/auth.log'
+alias lal='lless auth.log'
 alias tdl='ltail daemon.log'
-alias ldl='lless ~log/daemon.log'
+alias ldl='lless daemon.log'
 alias tkl='ltail kern.log'
-alias lkl='lless ~log/kern.log'
+alias lkl='lless kern.log'
 
 function lgrep() {
   local pattern="$1"; shift