refactoring

This commit is contained in:
Loic Nageleisen 2012-08-09 15:37:56 +02:00
parent 53b18ca0db
commit f699a87614
24 changed files with 67 additions and 57 deletions

19
bashrc
View file

@ -1,19 +0,0 @@
## bashrc
# set a nice prompt
source ~/.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