From 86cc939bf78cf6cc6884579290e718dfdf770513 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 6 Sep 2023 14:12:09 +0300 Subject: bashrc: add ~/.radicle/bin to $PATH Sponsored-by: author --- bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 51c387d..d51061a 100644 --- a/bashrc +++ b/bashrc @@ -158,7 +158,7 @@ if command -v emacs >/dev/null; then else export EDITOR=vi fi -export PATH="$HOME/.cargo/bin:$PATH:$HOME/bin:$HOME/.local/bin" +export PATH="$HOME/.cargo/bin:$PATH:$HOME/bin:$HOME/.local/bin:$HOME/.radicle/bin" export PAGER=less export LESSCHARSET=utf-8 export HISTCONTROL=ignoredups @@ -173,6 +173,7 @@ export ANSIBLE_STDOUT_CALLBACK=yaml export PYTHONDONTWRITEBYTECODE=1 export STARSHIP_CONFIG=~/.config/starship/config.toml + # Get environment variables from systemd, if any are set. . <(systemctl --user show-environment | sed 's/^/export /') -- cgit v1.2.1