diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-27 20:32:02 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-27 20:32:02 +0300 |
commit | 526b1b543baa83ecdbb8f36fc364e4079628b327 (patch) | |
tree | c90e5c2abea31df69096d8fe7849ebdce1736b40 /internal/parser.zsh | |
parent | b0c051cdfd39ed20488360a63496674cee234148 (diff) |
add precommands: chronic and ifne
Diffstat (limited to 'internal/parser.zsh')
-rw-r--r-- | internal/parser.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/parser.zsh b/internal/parser.zsh index 7fe96abd..a0e5e58e 100644 --- a/internal/parser.zsh +++ b/internal/parser.zsh @@ -54,6 +54,8 @@ typeset -grA __p9k_pb_precommand=( 'sudo' '-[^aghpuUCcrtT]#[aghpuUCcrtT]|--(close-from|group|host|prompt|role|type|other-user|command-timeout|user)' 'ssh-agent' '-[^aEPt]#[aEPt]' 'tabbed' '-[^gnprtTuU]#[gnprtTuU]' + 'chronic' '' + 'ifne' '' ) typeset -grA __p9k_pb_redirect=( |