1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-06 21:49:40 +02:00

Add i_all.sh for ease loading all icons

This commit is contained in:
Alex Efros 2017-03-31 06:50:56 +03:00
parent 46b6ff707d
commit 6bbff85a23
No known key found for this signature in database
GPG Key ID: 07743D4953C54FB5

4
bin/scripts/lib/i_all.sh Normal file
View File

@ -0,0 +1,4 @@
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