Skip to content

Commit

Permalink
Add Big Sur Homebrew PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch00k committed Feb 10, 2021
1 parent 729c1b5 commit d132220
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<key>runningsubtext</key>
<string></string>
<key>script</key>
<string>PATH=/usr/local/bin:$PATH
<string>PATH=/usr/local/bin:/opt/homebrew/bin:$PATH
python3 list_codes.py "{query}"</string>
<key>scriptargtype</key>
Expand Down Expand Up @@ -104,7 +104,7 @@ python3 list_codes.py "{query}"</string>
<key>escaping</key>
<integer>68</integer>
<key>script</key>
<string>PATH=/usr/local/bin:$PATH
<string>PATH=/usr/local/bin:/opt/homebrew/bin:$PATH
bash get_code.sh "{query}"</string>
<key>scriptargtype</key>
Expand Down Expand Up @@ -142,7 +142,7 @@ bash get_code.sh "{query}"</string>
</dict>
</array>
<key>readme</key>
<string>Obtain a TOTP code from a YubiKey
<string>Obtain a TOTP code from a YubiKey
Requirements: YubiKey Manager and Python 3
Alfred command: yo
Expand All @@ -159,9 +159,9 @@ More info: https://github.com/Ch00k/alfred-ykman-oath</string>
<key>995D2BA4-5863-487C-8374-30A06870C7E8</key>
<dict>
<key>xpos</key>
<integer>45</integer>
<integer>30</integer>
<key>ypos</key>
<integer>95</integer>
<integer>110</integer>
</dict>
<key>C5ACC126-270B-459E-A7BC-5A83C350EBA6</key>
<dict>
Expand All @@ -171,8 +171,10 @@ More info: https://github.com/Ch00k/alfred-ykman-oath</string>
<integer>110</integer>
</dict>
</dict>
<key>version</key>
<string>0.0.1</string>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>0.0.2</string>
<key>webaddress</key>
<string>https://github.com/Ch00k/alfred-ykman-oath</string>
</dict>
Expand Down

0 comments on commit d132220

Please sign in to comment.