diff options
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r-- | bash/.bash_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile index 86b5194..a965a26 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -4,3 +4,5 @@ [ -f $HOME/.bashrc ] && . $HOME/.bashrc PATH=/sbin:$PATH + +export PATH="$HOME/.cargo/bin:$PATH" |