Skip to content

Commit

Permalink
ssh autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
sentientwaffle committed Jun 9, 2015
1 parent b6c6b8f commit b74357a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ alias gsl='git stash list'
complete -cf sudo
complete -cf man
complete -cf which
complete -W "$(echo $(grep '^Host' ~/.ssh/config | sed 's/^Host //'))" ssh

# ##############################################################################
# Terminal colors
Expand Down

0 comments on commit b74357a

Please sign in to comment.