mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 11:21:57 +00:00
Updated sysfetch fastfetch flags
This commit is contained in:
@@ -5,7 +5,7 @@ export def 'exists' [ app ] {
|
||||
export def 'sysfetch' [] {
|
||||
if (exists fastfetch) {
|
||||
if (("kitty" in $env.TERM) or ("ghostty" in $env.TERM)) and ($"($env.HOME)/.config/fastfetch/kitty.jsonc" | path exists) {
|
||||
fastfetch --load-config $"($env.HOME)/.config/fastfetch/kitty.jsonc"
|
||||
fastfetch --config $"($env.HOME)/.config/fastfetch/kitty.jsonc"
|
||||
} else {
|
||||
fastfetch
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user