From 28ef27560b1a15d8e24b9720733f5f8538696036 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Fri, 6 Sep 2024 13:45:35 +0200 Subject: [PATCH] chore: Add 1Password source gh plugin to .zshrc --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 112e2ea..5effc0a 100755 --- a/.zshrc +++ b/.zshrc @@ -114,6 +114,9 @@ fi # Flutter related environment variables export CHROME_EXECUTABLE=/usr/bin/brave-browser +# 1Password source gh plugin +source /home/menno/.config/op/plugins.sh + ##################### # End of the line...# #####################