mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Merge 66896c4999 into 8593624996
This commit is contained in:
commit
391349f0b0
2 changed files with 2 additions and 2 deletions
|
|
@ -7,4 +7,4 @@
|
|||
autoload -Uz add-zsh-hook
|
||||
|
||||
# Asynchronous suggestions are generated in a pty
|
||||
zmodload zsh/zpty
|
||||
zmodload zsh/zpty 2> /dev/null || zpty() { return 1 }
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
autoload -Uz add-zsh-hook
|
||||
|
||||
# Asynchronous suggestions are generated in a pty
|
||||
zmodload zsh/zpty
|
||||
zmodload zsh/zpty 2> /dev/null || zpty() { return 1 }
|
||||
|
||||
#--------------------------------------------------------------------#
|
||||
# Global Configuration Variables #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue