diff --git a/users/rin/zsh.nix b/users/rin/zsh.nix index 3a2e8cb..cab44aa 100644 --- a/users/rin/zsh.nix +++ b/users/rin/zsh.nix @@ -117,6 +117,7 @@ in rec { ''; localVariables = { + KEYTIMEOUT = "1"; PS1 = "%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "; ZSH_AUTOSUGGEST_STRATEGY = ["completion"]; ZSH_AUTOSUGGEST_USE_ASYNC = true;