Add type hints for better editor highlighting
This commit is contained in:
parent
106f9fb7bf
commit
87292dd44e
2 changed files with 7 additions and 7 deletions
|
|
@ -21,7 +21,7 @@ in {
|
|||
enableCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
initExtra = ''
|
||||
initExtra = /*bash*/''
|
||||
autoload -Uz up-line-or-beginning-search down-line-or-beginning-search
|
||||
zle -N up-line-or-beginning-search
|
||||
zle -N down-line-or-beginning-search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue