Skip to content

Commit d1e29eb

Browse files
committed
fix(initialization): correct file name
1 parent 4da4451 commit d1e29eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh-abbr.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ _zsh_abbr_init() {
829829
done
830830

831831
touch "${TMPDIR:-/tmp}/zsh-abbr-initializing"
832-
chmod 600 "${TMPDIR:-/tmp}/zsh-user-abbreviations"
832+
chmod 600 "${TMPDIR:-/tmp}/zsh-abbr-initializing"
833833

834834
# Scratch files
835835
rm "${TMPDIR:-/tmp}/zsh-user-abbreviations" 2> /dev/null

0 commit comments

Comments
 (0)