Skip to content

Commit

Permalink
Zsh: auto-append trailing slash when autocompleting directories
Browse files Browse the repository at this point in the history
This brings Zsh closer into line with what I had in Bash.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
  • Loading branch information
wincent committed Apr 14, 2012
1 parent 147ed26 commit 0ae19c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export SAVEHIST=$HISTSIZE
# Options
#
setopt autocd # .. is shortcut for cd .. (etc)
setopt autoparamslash # tab completing directory appends a slash
setopt correct # command auto-correction
setopt correctall # argument auto-correction
setopt noflowcontrol # disable start (C-s) and stop (C-q) characters
Expand Down

0 comments on commit 0ae19c5

Please sign in to comment.