some updates, syntax file, xresources font i3 urxvt daemon
[dotfiles.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 9074f96..5d220d7 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,40 +1,18 @@
-STCONTROL=ignoreboth
-HISTSIZE=100000
-HISTFILESIZE=10000
 shopt -s checkwinsize
 shopt -s histappend
 set -o vi
-. /etc/bash_completion
+xset -b >/dev/null 2>&1
 
-##Variables
-export BROWSER=chromium
-export EDITOR=vim
-export TERMINAL=urxvt
-export TERM=screen
-export PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin
+#Variables
 export COLORFGBG="default:default"
+export EDITOR=vim
+export HISTFILESIZE=10000
+export HISTSIZE=100000
+export PATH=~/home/bin:$PATH
 export PYTHONDONTWRITEBYTECODE
-export NOTMUCH_CONFIG=~/.mutt/.notmuch-config
-export TEXMFHOME=~/.texmf
-#
-##Colors yeeeyyyy
-alias ls='ls --color=auto'
-alias grep='grep --color=auto'
-
-function getpass {
-       gpg -d -q --use-agent ~/passwd.gpg | grep "^$1" | awk '{print $3}'
-}
-
-function getuser {
-       gpg -d -q --use-agent ~/passwd.gpg | grep "^$1" | awk '{print $2}'
-}
-
-function addaccount {
-       gpg -d -o ~/passwd -q --use-agent ~/passwd.gpg
-       echo -n "user? "
-       read user
-       echo -n "pass? "
-       read pass
-       echo "$1        $user   $pass" >> ~/passwd
-       shred -u -v -z ~/passwd
-}
+export PYTHONPATH=~/home/lib/python2.7/site-packages
+export STCONTROL=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/