You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added fastfetch to the end of my .bashrc file, and I’m using custom ASCII art from a .txt file referenced in my config.jsonc.
However, whenever I open a new terminal window, it displays the default distro art instead. Even running source ~/.bashrc doesn't fix it. Strangely, if I open the ASCII .txt file in nano first and then run source ~/.bashrc, my custom art appears, but only for that specific session. Once I close the window, the problem returns.
I don't understand why this is happening. Any help would be appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I added fastfetch to the end of my .bashrc file, and I’m using custom ASCII art from a .txt file referenced in my config.jsonc.
However, whenever I open a new terminal window, it displays the default distro art instead. Even running source ~/.bashrc doesn't fix it. Strangely, if I open the ASCII .txt file in nano first and then run source ~/.bashrc, my custom art appears, but only for that specific session. Once I close the window, the problem returns.
I don't understand why this is happening. Any help would be appreciated!
Here is the config file:
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
"logo": {
"type": "file",
"source": "./logo.txt",
"color": {
"1": "red"
}
},
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
"display",
"de",
"wm",
"wmtheme",
"theme",
"icons",
"font",
"terminal",
"terminalfont",
"cpu",
"gpu",
"memory",
"swap",
"disk",
"break",
"colors"
]
}
Beta Was this translation helpful? Give feedback.
All reactions