From eac6b34246e2aaa0ae5ed79c9bcc1125307f09c6 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Tue, 23 Jun 2015 17:05:09 +0530 Subject: [PATCH] dmenu uses the path from .profile, instead of running bashrc --- files/bash/.profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/bash/.profile b/files/bash/.profile index 9b60751..6d89831 100644 --- a/files/bash/.profile +++ b/files/bash/.profile @@ -14,4 +14,6 @@ if [ -n "$BASH_VERSION" ]; then if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi -fi \ No newline at end of file +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"