From d60961655fcf1edc772e8b5bcd13fb211db87d54 Mon Sep 17 00:00:00 2001 From: Christian Autermann Date: Mon, 11 Nov 2013 22:17:25 +0100 Subject: [PATCH] add /var/run/media/$USER to cdpath --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 107e2ff4cc..31e4320812 100644 --- a/zshrc +++ b/zshrc @@ -112,7 +112,7 @@ function format-xml() { rm -f $T } -cdpath=('.' '..' '~') +cdpath=('.' '..' '~' /var/run/media/$USER) zstyle ':completion:*:complete:(cd|pushd):*' tag-order \ 'local-directories named-directories path-directories' zstyle ':completion:*' group-name ''