Skip to content

Instantly share code, notes, and snippets.

@violen
Created December 2, 2018 12:17
Show Gist options
  • Select an option

  • Save violen/8545efe3a2642034aaa636d33db37ebf to your computer and use it in GitHub Desktop.

Select an option

Save violen/8545efe3a2642034aaa636d33db37ebf to your computer and use it in GitHub Desktop.
Case Insenitive Bash Completion
# Include inputrc for readline dependent programms
$include /etc/inputrc
set completion-ignore-case on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment