From 9df522235e880946d963ec9832828a9d080aebfd Mon Sep 17 00:00:00 2001 From: Brandon Hops Date: Sat, 9 Nov 2024 17:21:05 -0500 Subject: [PATCH] Remove op plugins --- op/.config/op/plugins.sh | 3 --- zsh/.zshrc | 4 ---- 2 files changed, 7 deletions(-) delete mode 100644 op/.config/op/plugins.sh diff --git a/op/.config/op/plugins.sh b/op/.config/op/plugins.sh deleted file mode 100644 index 1ed8670..0000000 --- a/op/.config/op/plugins.sh +++ /dev/null @@ -1,3 +0,0 @@ -export OP_PLUGIN_ALIASES_SOURCED=1 -alias gh="op plugin run -- gh" -alias sops="op plugin run -- age" \ No newline at end of file diff --git a/zsh/.zshrc b/zsh/.zshrc index b5f3f4d..8e377eb 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -17,10 +17,6 @@ if [[ -f "$HOME/.cargo/env" ]]; then source "$HOME/.cargo/env" fi -if [[ -f "$HOME/.config/op/plugins.sh" ]]; then - source "$HOME/.config/op/plugins.sh" -fi - if type direnv &> /dev/null; then eval "$(direnv hook zsh)" fi