Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.bash_profile: Support multiple hosts in SSH completion
Useful in cases such as: ``` Host vm1 vm2 vm3 vm4 Host localhost # ... ``` Simply adding a `-` to `tr` fixes this. Closes mathiasbynens#437.
- Loading branch information