Skip to content

Instantly share code, notes, and snippets.

@kassi
Created July 18, 2012 16:57
Show Gist options
  • Save kassi/3137452 to your computer and use it in GitHub Desktop.
Save kassi/3137452 to your computer and use it in GitHub Desktop.
System Files
--type-add
html=.mtml
# Jump with ESC+left / ESC+right through the command line
"\e\e[C": forward-word
"\e\e[D": backward-word
# if enabled, this lets you hit tab to auto-complete a file or
# directory name ignoring case
set completion-ignore-case Off
# rbenv
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment