diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-03-22 23:08:13 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-03-22 23:08:13 +0100 |
| commit | 90e5c281bc08859131f6680fdc3271e3cafc300a (patch) | |
| tree | a8d6eaa6237729ac0e641ca9648196d91ef9ca9a /.profile | |
| parent | 1d2e79098900e750c1f0401e43a6a1b0ef26d2d9 (diff) | |
update
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
