mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 12:09:55 +00:00
Don't create a config file in stdout mode.
This commit is contained in:
2
fetch
2
fetch
@@ -2435,7 +2435,7 @@ while [ "$1" ]; do
|
|||||||
unset info_color colors
|
unset info_color colors
|
||||||
case "$2" in
|
case "$2" in
|
||||||
"--"* | "") echo "--stdout requires at least one argument"; exit ;;
|
"--"* | "") echo "--stdout requires at least one argument"; exit ;;
|
||||||
*) shift; args=("$@"); stdout ;;
|
*) shift; args=("$@"); config="off" stdout ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user