mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
add bin to path
This commit is contained in:
@@ -16,6 +16,7 @@ fi
|
||||
|
||||
# Change Path
|
||||
export PATH="${PATH}:$HOME/.local/bin"
|
||||
export PATH="${PATH}:$HOME/bin"
|
||||
if [ -d $HOME/.cargo ]; then
|
||||
export PATH="${PATH}:$HOME/.cargo/bin"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user