From 83c603dee0037541a923eb43eee1af64c792e8ab Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Fri, 3 Oct 2025 23:45:37 +0100 Subject: [PATCH] bash: add radicale --- bashrc.d/radicle.bash | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bashrc.d/radicle.bash diff --git a/bashrc.d/radicle.bash b/bashrc.d/radicle.bash new file mode 100644 index 0000000..4ef3ae5 --- /dev/null +++ b/bashrc.d/radicle.bash @@ -0,0 +1,4 @@ +if [ -d "$HOME/.radicle" ] ; then + addpath "$HOME/.radicle/bin" +fi +