diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-12-31 12:11:46 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-12-31 12:11:46 +0100 |
commit | c2b0de6495b2fa9da9c5ce91f2763f57f0a1c970 (patch) | |
tree | 60e9cd183bc484cee744f8668daefd71982a0757 /shell_only.sh | |
parent | a17b2a7fe8e5577c21cf4b65def03e53dfd6d066 (diff) |
update zshenv to work with cargo
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell_only.sh b/shell_only.sh index 411fdeb..880ead4 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -44,6 +44,7 @@ if [ ${UID} -ne 0 ]; then fi curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y +echo '. "$HOME/.cargo/env"' >> ~/.zshenv source ~/.cargo/env if command_exists pacman; then |