mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-12 01:52:20 +00:00
fix(shell): fix husky shebang and tolerate npm outdated exit code
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
[[ -z "$NVM_DIR" ]] && export NVM_DIR="$HOME/.config/nvm"
|
||||
[[ -s "$NVM_DIR/nvm.sh" ]] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
||||
Reference in New Issue
Block a user