Add cargo to path

This commit is contained in:
Diogo Peralta Cordeiro 2021-04-07 09:23:45 +01:00
parent 0bf1463c75
commit e6b7025ae1
1 changed files with 5 additions and 0 deletions

View File

@ -376,6 +376,11 @@ then
PATH="$HOME/.local/bin:$PATH"
fi
if [ -d "$HOME/.local/bin" ]
then
PATH="$HOME/.cargo/bin:$PATH"
fi
# Make CTRL+S work
stty -ixon