dmenu uses the path from .profile, instead of running bashrc

This commit is contained in:
Abhay Rana 2015-06-23 17:05:09 +05:30
parent 0d54b0d28b
commit eac6b34246
1 changed files with 3 additions and 1 deletions

View File

@ -14,4 +14,6 @@ if [ -n "$BASH_VERSION" ]; then
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi
fi
export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/nemo/bin:/sbin:/home/nemo/projects/scripts/:/home/nemo/.nvm/v0.10.22/bin"