autosuggestions + new custom dir

This commit is contained in:
2020-03-10 12:08:47 +01:00
parent 590a2e11ee
commit e3e023417f
64 changed files with 3412 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
describe 'a displayed suggestion' do
it 'is shown in the default style'
describe 'when ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE is set to a zle_highlight string' do
it 'is shown in the specified style'
end
end