initial commit for my new arch installation
[dotfiles.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 3e4263b..d7eb318 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,20 +1,16 @@
-#Shopt options
 shopt -s checkwinsize
 shopt -s histappend
 
-#Disable bell
-xset -b >/dev/null 2>&1
+. /usr/share/bash-completion/bash_completion
 
-#Variables
-export COLORFGBG="default:default"
+export TERMINAL=urxvtc
 export EDITOR=vim
+export TERM=screen
+export BROWSER=
+
 export HISTFILESIZE=10000
 export HISTSIZE=100000
-export PATH=~/home/bin:$PATH
-export PYTHONDONTWRITEBYTECODE
-export PYTHONPATH=/home/marlub/home/lib/python2.7/site-packages:/home/marlub/home/lib64/python2.7/site-packages
 export HISTCONTROL=ignoreboth
-export TERM=screen
-export TERMINAL=urxvt
-export LD_LIBRARY_PATH=/home/marlub/home/lib64/:/home/marlub/home/lib/:/home/marlub/home/include
-export PKG_CONFIG_PATH=/home/marlub/home/lib64/pkgconfig/
+
+alias ls='ls --color=auto'
+alias grep='grep --color=auto'