mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-19 03:12:07 +02:00
5 lines
146 B
Bash
5 lines
146 B
Bash
for i in $(dirname "${BASH_SOURCE[0]:-$0}")/i_{dev,fae,fa,iec,linux,oct,ple,pom,seti}.sh; do
|
|
test -f "$i" -a -r "$i" && source "$i"
|
|
done
|
|
unset i
|