From 2272c730f82b52345b54c508977b4bd51df7f0a3 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 6 Nov 2016 02:58:29 +0100 Subject: zsh/aliases: Add .... as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/aliases.zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh') diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 210d8d2..049083c 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -7,6 +7,7 @@ unalias run-help alias help=run-help alias '...'='../..' +alias '....'='../../..' ls_options=('--almost-all' '--classify' '--color=auto' '--human-readable' '--group-directories-first') -- cgit v1.2.3-54-g00ecf