From bb1c74da5cc20f11415e1c9a7c0d227c0eb41c14 Mon Sep 17 00:00:00 2001
From: "martin f. krafft" <madduck@madduck.net>
Date: Mon, 5 May 2008 00:18:27 +0100
Subject: [PATCH] add ... and .... global aliases

---
 .zsh/zshrc/30_aliases | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases
index 7d78a1a..5b9c1b3 100644
--- a/.zsh/zshrc/30_aliases
+++ b/.zsh/zshrc/30_aliases
@@ -22,4 +22,7 @@ alias lla='ls -la'
 # List only directories and symbolic links that point to directories
 alias lsd='ls -ld *(-/DN)'
 
+alias -g ...=../..
+alias -g ....=../../..
+
 # vim:ft=zsh
-- 
2.39.5