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 6d8c25b..c570a48 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -2,3 +2,5 @@ # Get the aliases and functions [ -f $HOME/.bashrc ] && . $HOME/.bashrc + +export PATH="$HOME/.cargo/bin:$PATH" |