Added ZSH option so that command completion works properly with aliases

pull/2/head
Bodaniel Jeanes 2010-06-30 20:25:13 +10:00
parent 0f5a7498f7
commit 64cc6deaf0
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ setopt nohup # and don't kill BG jobs when shell exits
setopt extendedglob # awesome pattern matching (ala Dir.glob() in Ruby)
setopt promptcr # ensure a new line before prompt is drawn
setopt listtypes # show types in completion
setopt nocompletealiases # Allows alias 'ga' to use 'git add' completions (for example)
# jump to each element in a path with m-f m-b, same
# for kill-word, etc.