Skip to content

Instantly share code, notes, and snippets.

@ku1ik
Created April 23, 2013 20:55
Show Gist options
  • Save ku1ik/5447318 to your computer and use it in GitHub Desktop.
Save ku1ik/5447318 to your computer and use it in GitHub Desktop.

Given this:

export PATH=.bundle/bin:$PATH

Autocompleting of binaries from $PWD/.bundle/bin works in bash but not in zsh.

Given this:

export PATH=/proc/self/cwd/.bundle/bin:$PATH

It works in any shell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment