mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
TerminalShell (Linux): add ash as a known shell
This commit is contained in:
@@ -150,6 +150,7 @@ static void getTerminalShell(FFTerminalShellResult* result, pid_t pid)
|
||||
|
||||
//Known shells
|
||||
if (
|
||||
strcasecmp(name, "ash") == 0 ||
|
||||
strcasecmp(name, "bash") == 0 ||
|
||||
strcasecmp(name, "zsh") == 0 ||
|
||||
strcasecmp(name, "ksh") == 0 ||
|
||||
|
||||
Reference in New Issue
Block a user