mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
TTY improvements
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ void ffPrintShell(FFinstance* instance)
|
||||
ffStrbufAppendTransformS(&command, shellName != NULL ? shellName : shellPath, toupper);
|
||||
ffStrbufAppendS(&command, "_VERSION\"");
|
||||
|
||||
ffProcessGetStdOut(&version, (char* const[]){
|
||||
ffProcessAppendStdOut(&version, (char* const[]){
|
||||
shellPath,
|
||||
"-c",
|
||||
command.chars,
|
||||
|
||||
Reference in New Issue
Block a user