Skip to content

Commit

Permalink
Fix font-inter
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinkihaveacat committed Jun 17, 2020
1 parent 0bfc180 commit a67e61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fish/functions/font-inter.fish
Expand Up @@ -3,7 +3,7 @@
function font-inter

set DIR (fontdir)/inter
set URL (github-download-url rsms/inter)
set URL (curl --fail -sSL https://api.github.com/repos/rsms/inter/releases | jq -r '.[].assets | .[].browser_download_url' | grep -v beta | head -1)

rm -rf $DIR
mkdir -p $DIR
Expand Down

0 comments on commit a67e61b

Please sign in to comment.