Skip to content

Commit 064a9d1

Browse files
committed
fix(init): run after script command not found
1 parent 97ad1eb commit 064a9d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.chezmoiscripts/run_onchange_after_restart-emacs.sh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/zsh
1+
#!/bin/sh
22

33
echo "󰯁 Restart emacs with {{ output "git" "-C" (joinPath .chezmoi.homeDir .path.emacs) "rev-parse" "HEAD" }}"
44

.chezmoiscripts/run_onchange_after_rime-install.sh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/zsh
1+
#!/bin/sh
22

33
{{- if eq .chezmoi.os "darwin" }}
44
echo "󰯁 Update librime for Emacs usage"

.chezmoiscripts/run_onchange_after_setup-isync.sh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/zsh
1+
#!/bin/sh
22

33
echo "󰯁 Setup isync and mu with {{ .email }}"
44
mkdir -p {{ joinPath .chezmoi.homeDir .path.mail }}/qq

.chezmoiscripts/run_onchange_after_setup-xray.sh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/zsh
1+
#!/bin/sh
22

33
echo "󰯁 Setup proxy with {{ output "git" "-C" (joinPath .chezmoi.homeDir .path.proxy) "rev-parse" "HEAD" }}"
44

0 commit comments

Comments
 (0)