bash/zsh: add ~/.cargo/bin to PATH if present

This commit is contained in:
2024-10-14 22:16:44 +01:00
parent 6dcd55ad4c
commit 99c827b2bf
3 changed files with 4 additions and 3 deletions

3
bashrc
View File

@@ -110,6 +110,3 @@ if [ -f ${HOME}/.bashrc.d/local/${HOSTNAME}.bash ] ; then
fi
# export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
# Fig post block. Keep at the bottom of this file.
[[ -f "$HOME/.fig/shell/bashrc.post.bash" ]] && builtin source "$HOME/.fig/shell/bashrc.post.bash"