summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/.profile b/.profile
index ff554d1..809ee2a 100644
--- a/.profile
+++ b/.profile
@@ -2,7 +2,10 @@
PATH=~/bin:~/mu/bin:/usr/local/sbin:/usr/sbin:/sbin:~/.cargo/bin:$PATH:~/go/bin
-export LD_LIBRARY_PATH=~/mu/lib64:~/mu/lib
+# Setting LD_LIBRARY_PATH should be not necessary if rpath is well set.
+# export LD_LIBRARY_PATH=~/mu/lib64:~/mu/lib
+
+export MUSRC=$HOME/build
[ "${SHELL##*/}" = bash ] && . ~/.bashrc