Skip to content

Instantly share code, notes, and snippets.

@havramar
Last active August 29, 2015 14:07
Show Gist options
  • Save havramar/817640bb82fa3b592697 to your computer and use it in GitHub Desktop.
Save havramar/817640bb82fa3b592697 to your computer and use it in GitHub Desktop.
Some bash configuration tips

Case insensitive tab completion:

echo "set completion-ignore-case on" >> ~/.inputrc

Git branch being displayed. Add to ~/.bashrc:

PS1="$GREEN\u@\h$NO_COLOR:\w$YELLOW\$(parse_git_branch)$NO_COLOR\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment