adds FiraCode NerdFont #9

Merged
OCram85 merged 15 commits from FiraCode into master 2022-11-10 08:14:28 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 89cc2c247d - Show all commits

View File

@ -163,8 +163,8 @@ function main() {
elif [[ "$i" == "disablemotd" ]]; then
disableMotd
exit 0
elif [[ "$i" == "setcode" ]]; then
codesettings
elif [[ "$i" == "codesetting" ]]; then
setCodeCettings
exit 0
else
sayE "Unknown parameter value given!($i)."