Merge pull request #1977 from Emzy/ops/fix-shebang-scripts

Disable confirmation prompt for rust and change shebang in scripts to be universal for prod install
This commit is contained in:
wiz
2022-07-06 18:51:18 +02:00
committed by GitHub
8 changed files with 8 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/local/bin/zsh
#!/usr/bin/env zsh
export NVM_DIR="$HOME/.nvm"
source "$NVM_DIR/nvm.sh"