From 64cc6deaf0aadc1efa81392c63a151fee891cdb7 Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Wed, 30 Jun 2010 20:25:13 +1000 Subject: [PATCH] Added ZSH option so that command completion works properly with aliases --- zsh/config.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/config.zsh b/zsh/config.zsh index 1aa41a2..7fec79d 100644 --- a/zsh/config.zsh +++ b/zsh/config.zsh @@ -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.