Skip to content

Commit

Permalink
fix(tmpdir): test passes, by allowing internal var to be writable
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Nov 12, 2024
1 parent ccca29a commit a710cf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zsh-abbr.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ typeset -gi ABBR_EXPAND_PUSH_ABBREVIATION_TO_HISTORY=${ABBR_EXPAND_PUSH_ABBREVIA
# Limitation: doesn't support the user changing their hist_ignore_space setting interactively
typeset -gi _abbr_hist_ignore_space
_abbr_hist_ignore_space=$options[hist_ignore_space]
typeset -gri _abbr_hist_ignore_space

# Behave as if `--quiet` was passed? (default false)
typeset -gi ABBR_QUIET=${ABBR_QUIET:-0}
Expand Down

0 comments on commit a710cf3

Please sign in to comment.