Skip to content

Commit

Permalink
add /var/run/media/$USER to cdpath
Browse files Browse the repository at this point in the history
  • Loading branch information
autermann committed Nov 11, 2013
1 parent a61d68f commit d609616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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 ''
Expand Down

0 comments on commit d609616

Please sign in to comment.