mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-03-03 14:36:18 +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
|