2009-03-20 00:08:06 +11:00
|
|
|
source ~/.exports
|
|
|
|
# source ~/.bash_completion
|
|
|
|
source ~/.gitrc
|
|
|
|
source ~/.gemdoc
|
|
|
|
source ~/.aliases
|
|
|
|
source ~/.terminal
|
|
|
|
source ~/.save-directory
|
2008-12-17 23:32:26 +11:00
|
|
|
|
2009-03-20 00:08:06 +11:00
|
|
|
export PS1='$(__git_ps1 "\[${COLOR_RED}\](%s)\[${COLOR_NC}\] ")\$ '
|
2008-08-08 17:04:10 +10:00
|
|
|
|
|
|
|
# readline settings
|
|
|
|
bind "set completion-ignore-case on"
|
|
|
|
bind "set bell-style none" # No bell, because it's damn annoying
|
|
|
|
bind "set show-all-if-ambiguous On" # this allows you to automatically show completion without double tab-ing
|
|
|
|
|
2009-03-20 00:08:06 +11:00
|
|
|
shopt -s checkwinsize
|
2008-08-08 17:04:10 +10:00
|
|
|
shopt -s histappend
|
|
|
|
|
2009-03-20 00:08:06 +11:00
|
|
|
complete -C ~/.rake-completion.rb -o default rake
|