X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=blobdiff_plain;f=config%2Fzsh%2F20_environment;fp=config%2Fzsh%2F20_environment;h=6c33ec7c672d7573397817b238d7677c9a75622c;hp=f15bf7f43f09b5ee47d6352a7237e631c2eb294c;hb=5d1af5e2d843cdca9551fcdd769ebad8075d6750;hpb=45b92f948ad78776c745acc1ae7cc9f7041e3a34 diff --git a/config/zsh/20_environment b/config/zsh/20_environment index f15bf7f..6c33ec7 100644 --- a/config/zsh/20_environment +++ b/config/zsh/20_environment @@ -19,12 +19,13 @@ export RLWRAP_HOME="$HOME/.cache/rlwrap/" export GTK_IM_MODULE=xim export BROWSER=chromium-browser +export PYTHONPATH=/home/madcoder/local/lib/python/ export LC_MESSAGES=C unset LC_ALL unset VERBOSE -if [ $UID -eq 0 ]; then +if [ $(whoami) = root ]; then PATH=~root/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH else case "${PATH}" in