1. Instale bach completion:
1 | brew install bash-completion |
2. Ponga esto en ~/.profile:
1 2 3 | if [ -f `brew --prefix`/etc/bash_completion ]; then . `brew --prefix`/etc/bash_completion fi |
1. Instale bach completion:
1 | brew install bash-completion |
2. Ponga esto en ~/.profile:
1 2 3 | if [ -f `brew --prefix`/etc/bash_completion ]; then . `brew --prefix`/etc/bash_completion fi |