Skip to content

Commit b548f6c

Browse files
committed
chore(ABBR_PRECMD_LOGS): re-remove
1 parent 9cf17c2 commit b548f6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

zsh-abbr.zsh

-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ typeset -gi ABBR_LOG_AVAILABLE_ABBREVIATION=${ABBR_LOG_AVAILABLE_ABBREVIATION:-0
4343
# it log come _after_ the command output? (default false)
4444
typeset -gi ABBR_LOG_AVAILABLE_ABBREVIATION_AFTER=${ABBR_LOG_AVAILABLE_ABBREVIATION_AFTER:-0}
4545

46-
# Enable logging after commands, for example to warn that a deprecated widget was used?
47-
# deprecated
48-
typeset -gi ABBR_PRECMD_LOGS=${ABBR_PRECMD_LOGS:-1}
49-
5046
# Should abbr-expand-and-accept push the unexpanded line to the shell history? (default false)
5147
# If true, if abbr-expand-and-accept expands an abbreviation there will be two history entries:
5248
# the first is what was typed (with the abbreviation), the second is what was run (with the expansion).

0 commit comments

Comments
 (0)