Skip to content

Instantly share code, notes, and snippets.

@opt9
Created March 28, 2018 05:15
Show Gist options
  • Save opt9/755bbf3b107f438e716690fe01f5bcab to your computer and use it in GitHub Desktop.
Save opt9/755bbf3b107f438e716690fe01f5bcab to your computer and use it in GitHub Desktop.
bashrc completion tip
if [ -t 1 ]; then
bind 'set show-all-if-ambiguous on'
bind 'TAB:menu-complete'
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment