Add type hints for better editor highlighting

This commit is contained in:
Paul-Henri Froidmont 2024-07-12 06:07:30 +02:00
parent 106f9fb7bf
commit 87292dd44e
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 7 additions and 7 deletions

View file

@ -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