Skip to content

Commit

Permalink
add cargo to path
Browse files Browse the repository at this point in the history
  • Loading branch information
JensDll committed Feb 5, 2024
1 parent 43ceac4 commit c99c561
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions unix/.profile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ if [ -d "$HOME/.local/bin" ]; then
PATH="$HOME/.local/bin:$PATH"
fi

if [ -f "$HOME/.cargo/env" ]; then
PATH="$HOME/.cargo/bin:$PATH"
fi

PATH="/opt/texlive/2023/bin/x86_64-linux:$PATH:/home/jens/.local/share/JetBrains/Toolbox/scripts"

export PATH

if [ -d "$HOME/.cargo/env" ]; then
. "$HOME/.cargo/env"
fi

0 comments on commit c99c561

Please sign in to comment.