mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-19 01:54:51 +00:00
chore: linting
This commit is contained in:
4
config/husky/init.sh
Executable file
4
config/husky/init.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/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