We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf17c2 commit b548f6cCopy full SHA for b548f6c
zsh-abbr.zsh
@@ -43,10 +43,6 @@ typeset -gi ABBR_LOG_AVAILABLE_ABBREVIATION=${ABBR_LOG_AVAILABLE_ABBREVIATION:-0
43
# it log come _after_ the command output? (default false)
44
typeset -gi ABBR_LOG_AVAILABLE_ABBREVIATION_AFTER=${ABBR_LOG_AVAILABLE_ABBREVIATION_AFTER:-0}
45
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
-
50
# Should abbr-expand-and-accept push the unexpanded line to the shell history? (default false)
51
# If true, if abbr-expand-and-accept expands an abbreviation there will be two history entries:
52
# the first is what was typed (with the abbreviation), the second is what was run (with the expansion).
0 commit comments