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 hostname aliases defined in
~/.ssh/config
`~/.ssh/config` allows for the usage of hostname aliases, formatted as follows: Host first_alias second_alias third_alias HostName foo.example.com This change makes sure these aliases are parsed out individually and added to the autocomplete list. Ref. mathiasbynens#178.
- Loading branch information