Skip to content

Commit

Permalink
Add completion for sandbox jumping
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarvin committed Apr 3, 2012
1 parent 5613e33 commit 965ed34
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions shell/completion/_go
@@ -0,0 +1,11 @@
#compdef go

local arg_string="*: :("

cat $ZDOTDIR/.zsh-custom-locs | while read i; do
arg_string="$arg_string $(basename $i)"
done

arg_string="$arg_string)"

_arguments $arg_string

0 comments on commit 965ed34

Please sign in to comment.