Skip to content

Instantly share code, notes, and snippets.

@threeve
Created November 23, 2008 23:56
Show Gist options
  • Save threeve/28324 to your computer and use it in GitHub Desktop.
Save threeve/28324 to your computer and use it in GitHub Desktop.
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
if [ -f ~/.inputrc ]; then
bind -f ~/.inputrc
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment