Skip to content

Commit

Permalink
Merge branch 'master' into turanga
Browse files Browse the repository at this point in the history
* master:
  added /media to cdpath
  • Loading branch information
autermann committed Nov 15, 2013
2 parents 9940620 + baf88e7 commit c03481b
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 @@ -100,7 +100,7 @@ function format-xml() {
rm -f $T
}

cdpath=('.' '..' '~' /var/run/media/$USER)
cdpath=('.' '..' '~' '/media' /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 c03481b

Please sign in to comment.