From f86469a5bbba1846576d36c3b2600daec3509e90 Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Fri, 10 Feb 2012 14:55:16 +0100 Subject: [PATCH] fix go for openSUSE 12 --- custom/go.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/go.zsh b/custom/go.zsh index 0fb3d6c5c..5f020380f 100644 --- a/custom/go.zsh +++ b/custom/go.zsh @@ -24,7 +24,7 @@ alias p="project" alias m="project open" function _project () { - compadd `/bin/ls -l $PROJECT_PATHS 2>/dev/null | awk '{ print $8 }'` + compadd `/bin/ls -l $PROJECT_PATHS 2>/dev/null | awk '{ print $9 }'` } compdef _project project