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

add aliases for iproute mistypes
authormartin f. krafft <madduck@madduck.net>
Wed, 4 Jun 2008 06:50:09 +0000 (08:50 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 4 Jun 2008 06:50:09 +0000 (08:50 +0200)
.zsh/zshrc/30_aliases

index 6dcdfbf2f343006dc964b93feee34c60e8a87268..a47396b13c3c452dbb9e101285a62f0837519325 100644 (file)
@@ -130,4 +130,8 @@ alias dpkg-buildpackage="dpkg-buildpackage -k$DEBKEYID"
 
 uc() { unicode --max=0 --colour=off "$@" | sensible-pager }
 
+alias ipr='ip r'
+alias ipa='ip a'
+alias ipl='ip l'
+
 # vim:ft=zsh