summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 83936b9..c0fecfc 100644
--- a/bashrc
+++ b/bashrc
@@ -216,3 +216,6 @@ fi
if command -v pathdedup >/dev/null; then
PATH="$(pathdedup)"
fi
+
+# Added by Radicle.
+export PATH="$PATH:/home/liw/.radicle/bin"