dotfiles/bash/rc
2012-08-09 15:37:56 +02:00

19 lines
340 B
Text

## bashrc
# set a nice prompt
source ~/.dotfiles/bash/prompt
# ignore repeated, space-started, and casual commands
export HISTIGNORE="&:[ ]*:l[sl]:[bf]g:exit"
# enable multiline single command
shopt -s cmdhist
# enable appending to histfile
shopt -s histappend
shopt -s cdspell
# turn off bells
set bell-style none
#source ~/.aliases