From d4e50fc38d8895e2a6cbc9de3b5de453ebb8deb9 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 11 Feb 2026 00:08:28 +0300 Subject: bashrc: add cargo/rust and solana paths --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 6229539..0ea8439 100644 --- a/.bashrc +++ b/.bashrc @@ -8,7 +8,8 @@ [[ $- != *i* ]] && return # Add `~/bin` to the `$PATH` -export PATH="$HOME/bin:$PATH" +export PATH="$HOME/bin:$HOME/.local/bin:$HOME/.cargo/bin:$PATH" +export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH" # Load the shell dotfiles for file in ~/.{aliases,bash_prompt}; do -- cgit v1.2.3-18-g5258