Skip to content

Instantly share code, notes, and snippets.

@gurdotan
Created January 23, 2012 08:40
Show Gist options
  • Save gurdotan/1661805 to your computer and use it in GitHub Desktop.
Save gurdotan/1661805 to your computer and use it in GitHub Desktop.
SSH history autocomplete
complete -W "$(echo $(grep '^ssh ' ~/.bash_history | sort -u | sed 's/^ssh //'))" ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment