Skip to content

Commit

Permalink
fix(initialization): correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Mar 26, 2020
1 parent 4da4451 commit d1e29eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-abbr.zsh
Expand Up @@ -829,7 +829,7 @@ _zsh_abbr_init() {
done

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

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

0 comments on commit d1e29eb

Please sign in to comment.