ain / .dotfiles

My various dotfiles.
1 stars 0 forks source link

Bash autocomplete throwing up on docker #31

Closed ain closed 7 years ago

ain commented 7 years ago
$ docker-compose exec web gem install cap-bash: _get_comp_words_by_ref: command not found
-bash: [: 1: unary operator expected

Workaround: open a new login shell: bash -l

ain commented 7 years ago

Dupe of #25.