So, I was looking for ways to edit the gnome terminal, I wanted to add hindi text to my terminal, dharmo rakshiti rakshitihi ("save the law and Righteousness and in turn they will save you"), but the text doesn't look good, I mean it is written in wrong way. and also I just added a print function in fish config file.
In fish config file, I don't know how to edit fastfetch config file, I tried neofetch before I guessed the function to write something in neofetch and it also gave the same output, I dont even know how to write a basic c code, I am new to all this, when I shifted to garuda I came to know about fastfetch.
## Run fastfetch if session is interactive
if status --is-interactive && type -q fastfetch
printf '\t\t\t\t\t'
printf '%s' "धर्मो रक्षति रक्षितः "
printf '\n\n'
fastfetch -l arch --load-config paleofetch
end```