We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800fbf1 commit 04d7407Copy full SHA for 04d7407
husky.sh
@@ -6,7 +6,7 @@ s="${0%/*/*}/$h"
6
7
[ ! -f "$s" ] && exit 0
8
9
-for f in "${XDG_CONFIG_HOME:-$HOME/.config}/husky/init.sh" "$HOME/.huskyrc.sh"; do
+for f in "${XDG_CONFIG_HOME:-$HOME/.config}/husky/init.sh" "$HOME/.huskyrc"; do
10
# shellcheck disable=SC1090
11
[ -f "$f" ] && . "$f"
12
done
0 commit comments