fix for 1password plugins on non-macs

This commit is contained in:
Anton Volnuhin 2023-11-30 23:43:04 +03:00
parent 2770a3024d
commit feb9aac2d4

View File

@ -77,5 +77,4 @@ if [ -e /home/anton/.nix-profile/etc/profile.d/nix.fish ]; . /home/anton/.nix-pr
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/anton/dev/google-cloud-sdk/path.fish.inc' ]; . '/Users/anton/dev/google-cloud-sdk/path.fish.inc'; end
source /Users/anton/.config/op/plugins.sh
source ~/.config/op/plugins.sh
if [ -f '~/.config/op/plugins.sh' ]; source ~/.config/op/plugins.sh; end