1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 14:33:26 +00:00
voice_assistant/husky/.huskyrc
2023-10-15 07:49:19 +03:00

6 lines
164 B
Bash

#!/usr/bin/env sh
# This loads nvm.sh and sets the correct PATH before running hook
export NVM_DIR="${HOME}/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"