zsh-fast-alias-tips
zsh-fast-alias-tips copied to clipboard
zsh space command
$❯ gst <--- No <Space> at start
$❯ gst <--- <Space> at start
💡 gst
I have zsh set with this variable:
setopt HIST_IGNORE_SPACE # prefix commands you don't want stored with a space
But this plugin shows the alias prefixed with a space as not the same as the alias without a space. The command should be stripped
@mustaqimM Thanks for reporting!