X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.bashrc;h=a75e47e7887e9ff5acaaeec8122110f7981169f1;hb=e6b783e071e7068c9ec215aa24422508858c015d;hp=47ca5d559b0dfc2926eb15c833f194e4fd65142c;hpb=44e4477b6887e8d60585e7856304b439b0bd8919;p=dotfiles.git diff --git a/.bashrc b/.bashrc index 47ca5d5..a75e47e 100644 --- a/.bashrc +++ b/.bashrc @@ -12,12 +12,13 @@ export TERMINAL=urxvtc export EDITOR=vim export TERM=screen export BROWSER=firefox - +export PAGER=less export SUDO_ASKPASS=/usr/lib/ssh/ssh-askpass export NOTMUCH_CONFIG=/home/mart/.mutt/notmuch-config -export PATH=$PATH:~/projects/clean/bin +export CLEAN_HOME=~/projects/clean +export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin:~/.local/bin alias ls='ls --color=auto' alias grep='grep --color=auto'