Skip to content

Commit 80b2bd5

Browse files
committed
Don't quick-jump into go projects
1 parent b943fe1 commit 80b2bd5

File tree

1 file changed

+1
-9
lines changed
  • functions

1 file changed

+1
-9
lines changed

functions/c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,5 @@
1212
# c holm<tab>/bo<tab>
1313
#
1414
# ...to quickly jump into holman/boom, for example.
15-
#
16-
# This also accounts for how Go structures its projects. For example, it will
17-
# autocomplete both on $PROJECTS, and also assume you want to autocomplete on
18-
# your Go projects in $GOPATH/src.
1915

20-
if [ ! -z "$1" ] && [ -s "$GOPATH/src/github.com/$1" ]; then
21-
cd "$GOPATH/src/github.com/$1"
22-
else
23-
cd "$PROJECTS/$1"
24-
fi
16+
cd "$PROJECTS/$1"

0 commit comments

Comments
 (0)