1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-02-06 12:35:00 +02:00

9 lines
230 B
Bash

#!/bin/bash
# Script Version 1.1.0
for i in $(dirname "${BASH_SOURCE[0]:-$0}")/i_{dev,fae,fa,iec,linux,oct,ple,pom,seti,material,weather}.sh; do
# shellcheck source=/dev/null
test -f "$i" -a -r "$i" && source "$i"
done
unset i