From dfd59c76e08fad6d295c11a8e9dee0efa344a08b Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Tue, 21 Nov 2023 17:08:01 +0000 Subject: [PATCH] zsh plugs --- zsh/.bash_profile.google | 2 ++ zsh/.zshrc | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/zsh/.bash_profile.google b/zsh/.bash_profile.google index 2e312cf..20d0319 100644 --- a/zsh/.bash_profile.google +++ b/zsh/.bash_profile.google @@ -202,3 +202,5 @@ bdoctor_modules() { } alias bisect=/google/data/ro/teams/tetralight/bin/bisect alias copybara='/google/bin/releases/copybara/public/copybara/copybara' + +complete -D -C /google/data/ro/users/sk/skaushik/www/public-tools/flagpick -o bashdefault -o default diff --git a/zsh/.zshrc b/zsh/.zshrc index 1c4c897..b2536b5 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -15,7 +15,15 @@ fi # RUN ZPLUG INSTALL AFTER CHANGING!!!! zplug "lib/completion", from:oh-my-zsh +zplug "lib/history", from:oh-my-zsh zplug "plugins/git", from:oh-my-zsh; +zplug "plugins/adb", from:oh-my-zsh; +zplug "plugins/bazel", from:oh-my-zsh; +zplug "plugins/docker-compose", from:oh-my-zsh; +zplug "plugins/docker", from:oh-my-zsh; +zplug "plugins/rsync", from:oh-my-zsh; +zplug "plugins/safepaste", from:oh-my-zsh; + zplug "zsh-users/zsh-syntax-highlighting", defer:2 zplug "mafredri/zsh-async", from:"github", use:"async.zsh" zplug "zsh-users/zsh-autosuggestions"