diff --git a/.bashrc b/.bashrc index 85f697f..db57ea5 100644 --- a/.bashrc +++ b/.bashrc @@ -3,18 +3,13 @@ export PATH=$PATH:~/bin export VISUAL=/bin/nano export EDITOR=/bin/nano -export CLASSPATH=$CLASSPATH:/opt:/opt/autoser +export CLASSPATH=$CLASSPATH:/opt export VDPAU_TRACE=1 if [ -f /etc/bash_completion ] && ! shopt -oq posix; then . /etc/bash_completion fi -if [ -f ~/.bash_aliases ]; then - . ~/.bash_aliases -fi -if [ -f ~/.bash_ps ]; then - . ~/.bash_ps -fi -if [ -f ~/.bash_export ]; then - . ~/.bash_export -fi + +for _FILE in $(ls ~/dotfiles/bash/); do + source $_FILE +done \ No newline at end of file diff --git a/.nanorc b/.nanorc new file mode 100644 index 0000000..b18466f --- /dev/null +++ b/.nanorc @@ -0,0 +1,279 @@ +## Sample initialization file for GNU nano. +## +## Please note that you must have configured nano with --enable-nanorc +## for this file to be read! Also note that this file should not be in +## DOS or Mac format, and that characters specially interpreted by the +## shell should not be escaped here. +## +## To make sure an option is disabled, use "unset