From b241f2ce2591dede19d3aaf73cdb02ddc3d6198a Mon Sep 17 00:00:00 2001 From: romkatv Date: Wed, 15 Jan 2020 20:24:32 +0100 Subject: [PATCH] add ssh-agent to precommands --- internal/p10k.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 3da8ba0a..70fefe3d 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -5387,6 +5387,7 @@ typeset -grA __p9k_pb_precommand=( 'nice' '-[^n]#[n]|--adjustment' 'stdbuf' '-[^ioe]#[ioe]|--(input|output|error)' 'sudo' '-[^aghpuUCcrtT]#[aghpuUCcrtT]|--(close-from|group|host|prompt|role|type|other-user|command-timeout|user)' + 'ssh-agent' '-[^aEPt]#[aEPt]' ) typeset -grA __p9k_pb_redirect=(