We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b943fe1 commit 80b2bd5Copy full SHA for 80b2bd5
functions/c
@@ -12,13 +12,5 @@
12
# c holm<tab>/bo<tab>
13
#
14
# ...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.
19
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
+cd "$PROJECTS/$1"
0 commit comments