Skip to content

Commit

Permalink
Merge branch 'master' into turanga
Browse files Browse the repository at this point in the history
* master:
  add /var/run/media/$USER to cdpath
  • Loading branch information
autermann committed Nov 11, 2013
2 parents 5354944 + d609616 commit 96bd36f
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 @@ -120,7 +120,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 96bd36f

Please sign in to comment.