X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.bashrc;h=3e4263b087985bc670c6e3638c4e07c3352db7a6;hb=5c03e6e91441c2a3018adba7c1b2624cbdb5f18b;hp=b4014236c9cdbeea559dad36dccae5032a181dc4;hpb=13da7d94ff5f1764343a5d83d419b8dca8eecd97;p=dotfiles.git diff --git a/.bashrc b/.bashrc index b401423..3e4263b 100644 --- a/.bashrc +++ b/.bashrc @@ -1,39 +1,20 @@ -STCONTROL=ignoreboth -HISTSIZE=100000 -HISTFILESIZE=10000 +#Shopt options shopt -s checkwinsize shopt -s histappend -set -o vi -. /etc/bash_completion + +#Disable bell +xset -b >/dev/null 2>&1 #Variables -export BROWSER=lynx -export EDITOR=vim -export TERMINAL=urxvt -export TERM=screen -export PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin 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 - -#Colors yeeeyyyy -alias ls='ls --color=auto' -alias grep='grep --color=auto' -alias mutt='~/downloads/mutt-n/mutt' - -#Watch youtube videos in the terminal -function ytview { - if [ "$#" -ne "1" ]; then - echo "usage $0 yturl" - else - get_flash_videos -q -f - $1 | cvlc -A alsa -V aa - - fi -} - -#Mount cloud file storage and start daemon if necessary -if ! mountpoint -q ~/copy; then - encfs ~/.copy.encr ~/copy -fi -if ! pidof CopyConsole >> /dev/null; then - ~/bin/copy/x86_64/CopyConsole -daemon 2>&1 1>/dev/null -fi +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/