diff options
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 |