You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zsh-abbr is a tool that allows you to write auto-expanding abbreviations (e.g. on my system, typing v followed by a space is immediately replaced by vim ). However, this behaviour disappears entirely under Athame.
zsh-abbr appears to use builtin echo to print the expansion to the command line. I'm guessing Athame is interfering with that somehow.
zsh-abbr is a tool that allows you to write auto-expanding abbreviations (e.g. on my system, typing
v
followed by a space is immediately replaced byvim
). However, this behaviour disappears entirely under Athame.zsh-abbr appears to use
builtin echo
to print the expansion to the command line. I'm guessing Athame is interfering with that somehow.Possibly related to #93.
The text was updated successfully, but these errors were encountered: