Skip to content

Commit

Permalink
fix zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Mar 17, 2024
1 parent 65d6f97 commit d855f4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/.config/zsh/legacy/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ if [ -d "${HOME}/.cargo" ]; then
fi

# 1password
source $HOME/.config/op/plugins.sh
. "$HOME/.cargo/env"
if [ -d "$HOME/.config/op/plugins.sh" ]; then
source $HOME/.config/op/plugins.sh
fi

0 comments on commit d855f4d

Please sign in to comment.