diff --git a/extern/powerlevel10k b/extern/powerlevel10k index 8f798f9..657e184 160000 --- a/extern/powerlevel10k +++ b/extern/powerlevel10k @@ -1 +1 @@ -Subproject commit 8f798f986a02eb27c4ef25229976443fa2a66809 +Subproject commit 657e184e0d01da186f305e51be781ec36191d6bb diff --git a/options.zsh b/options.zsh index fab6b4f..a8aa3b8 100644 --- a/options.zsh +++ b/options.zsh @@ -18,7 +18,7 @@ setopt glob_complete # Don't automatically expand glob patterns setopt no_list_beep # No annoying beeps on completion setopt list_packed # Pack completion results setopt list_types # File type in completions -setopt menu_complete # Automatically insert first match +#setopt menu_complete # Automatically insert first match # Globbing setopt glob # Enable globbing diff --git a/p10k.zsh b/p10k.zsh index 6ea918b..eb7db51 100644 --- a/p10k.zsh +++ b/p10k.zsh @@ -1,3 +1,7 @@ +typeset -g GITSTATUS_AUTO_INSTALL=0 +typeset -g GITSTATUS_DAEMON=/usr/libexec/gitstatusd + +source "/usr/share/zsh/plugins/gitstatus/gitstatus.prompt.zsh" source "$EXTERN_PLUGINS/powerlevel10k/powerlevel10k.zsh-theme" # Prompt elements