Skip to content

Commit f2f9b10

Browse files
committed
1 parent fae4892 commit f2f9b10

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/detection/terminalshell/terminalshell_linux.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ static pid_t getShellInfo(FFShellResult* result, pid_t pid)
5151
ffStrbufEqualS(&result->processName, "perf") ||
5252
ffStrbufEqualS(&result->processName, "guake-wrapped") ||
5353
ffStrbufEqualS(&result->processName, "time") ||
54-
ffStrbufContainS(&result->processName, "hyfetch") || //when hyfetch uses fastfetch as backend
5554
ffStrbufEqualS(&result->processName, "clifm") || //https://github.com/leo-arch/clifm/issues/289
5655
ffStrbufEqualS(&result->processName, "valgrind") ||
5756
ffStrbufEqualS(&result->processName, "fastfetch") || //#994

src/detection/terminalshell/terminalshell_windows.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ static uint32_t getShellInfo(FFShellResult* result, uint32_t pid)
3333
ffStrbufIgnCaseEqualS(&result->prettyName, "python") || // python on windows generates shim executables
3434
ffStrbufIgnCaseEqualS(&result->prettyName, "fastfetch") || // scoop warps the real binaries with a "shim" exe
3535
ffStrbufIgnCaseEqualS(&result->prettyName, "flashfetch") ||
36-
ffStrbufIgnCaseEqualS(&result->prettyName, "hyfetch") || // uses fastfetch as backend
3736
ffStrbufContainIgnCaseS(&result->prettyName, "debug") ||
3837
ffStrbufContainIgnCaseS(&result->prettyName, "time") ||
3938
ffStrbufStartsWithIgnCaseS(&result->prettyName, "ConEmu") // https://github.com/fastfetch-cli/fastfetch/issues/488#issuecomment-1619982014

0 commit comments

Comments
 (0)