1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-25 03:32:02 +02:00

10 lines
266 B
Bash
Raw Normal View History

2018-07-09 17:20:40 +03:00
#!/usr/bin/env bash
2022-08-26 22:15:32 +00:00
# Nerd Fonts Version: 2.2.1
# Script Version 1.1.0
2018-01-10 21:14:57 -05:00
for i in $(dirname "${BASH_SOURCE[0]:-$0}")/i_{dev,fae,fa,iec,linux,oct,ple,pom,seti,material,weather}.sh; do
2018-01-12 22:20:52 -05:00
# shellcheck source=/dev/null
test -f "$i" -a -r "$i" && source "$i"
done
unset i