summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-09 10:16:57 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-09 10:16:57 +0200
commit9a243a73dfd19e118ad9b8601f345876dd806dea (patch)
treec05748cb0cf509e8268b455e88fc62fbbd20be1a /bashrc
parent4143ad40d4f233842848d35e6c203973312252d7 (diff)
downloadliw-dot-files-9a243a73dfd19e118ad9b8601f345876dd806dea.tar.gz
emacs: drop editor-config
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
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"