Skip to content

Instantly share code, notes, and snippets.

@metabacalhau
Last active March 7, 2022 10:16
Show Gist options
  • Select an option

  • Save metabacalhau/abe263807b7f80a28782f0427eb1979c to your computer and use it in GitHub Desktop.

Select an option

Save metabacalhau/abe263807b7f80a28782f0427eb1979c to your computer and use it in GitHub Desktop.
mac os bash autocomplete
# Type in terminal nano ~/.inputrc
set completion-ignore-case on
set show-all-if-ambiguous on
TAB: menu-complete
# CTRL + O, CTRL + X
# Reopen terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment