Can I have different config for different terminal #1767
Answered
by
CarterLi
antonispgs
asked this question in
Q&A
-
For example, kitty supports image rendering so i have config.json for it pointing to a .png logo |
Beta Was this translation helpful? Give feedback.
Answered by
CarterLi
May 26, 2025
Replies: 1 comment 3 replies
-
[ -v KITTY_PID ] && fastfetch -c kitty.jsonc || fastfetch -c not_kitty.jsonc |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[ -v KITTY_PID ] && fastfetch -c ~/.config/fastfetch/kitty.jsonc || fastfetch -c ~/.config/fastfetch/not_kitty.jsonc