X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.bashrc;h=5d220d7770268ef999a091acceb5c04e315747f0;hb=c2576b3367457831bd41de24543b4b68d54ae62a;hp=a5df78af23fceee8f2ad637b5a023c61fbab1d2d;hpb=b5caa249d5711c13116a8ff7e0556766fce4666b;p=dotfiles.git diff --git a/.bashrc b/.bashrc index a5df78a..5d220d7 100644 --- a/.bashrc +++ b/.bashrc @@ -1,37 +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=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 - -#Colors yeeeyyyy -alias ls='ls --color=auto' -alias grep='grep --color=auto' - -#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/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/