Skip to content

Commit

Permalink
Allow completion of dot directories (ohmyzsh#6803)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcornella authored and gsemet committed Jun 15, 2018
1 parent e560516 commit c9b4426
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/completion.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ else
fi
unset CASE_SENSITIVE HYPHEN_INSENSITIVE

# Complete . and .. special directories
zstyle ':completion:*' special-dirs true

zstyle ':completion:*' list-colors ''
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'

Expand Down

0 comments on commit c9b4426

Please sign in to comment.