From 271ff423e8715080f0c6a1337cb75845690a4ed0 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Tue, 27 Jan 2026 11:26:19 +0000 Subject: [PATCH] bash: add /home/pw921828/built to path, update LD_LIBRARY_PATH --- bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bashrc b/bashrc index 1d3381c..1a635b5 100644 --- a/bashrc +++ b/bashrc @@ -67,6 +67,11 @@ esac export PROMPT_DIRTRIM=3 addpath $HOME/bin +export LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATH + +addpath $HOME/built/bin +export LD_LIBRARY_PATH=$HOME/built/lib:$LD_LIBRARY_PATH + addpath $HOME/opt/bin end export IPLAYER_OUTDIR="$HOME/Downloads/iplayer/"