summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-03-22 23:08:13 +0100
committerMarc Vertes <mvertes@free.fr>2023-03-22 23:08:13 +0100
commit90e5c281bc08859131f6680fdc3271e3cafc300a (patch)
treea8d6eaa6237729ac0e641ca9648196d91ef9ca9a /.profile
parent1d2e79098900e750c1f0401e43a6a1b0ef26d2d9 (diff)
update
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