aboutsummaryrefslogtreecommitdiff
path: root/nofetch
diff options
context:
space:
mode:
authorjnats <dev@jnats.xyz>2021-04-25 22:57:32 +0100
committerGitHub <noreply@github.com>2021-04-25 22:57:32 +0100
commit00a478e53494836999bf132ede9c39b4ebaa7763 (patch)
tree180c469206a803da7c1c144f9d3b69c3cf481568 /nofetch
parentda6d571a62c22addf6c81322b2d7e85ab7dc95c3 (diff)
downloadnofetch-00a478e53494836999bf132ede9c39b4ebaa7763.tar.gz
nofetch-00a478e53494836999bf132ede9c39b4ebaa7763.tar.bz2
Update nofetch
Diffstat (limited to 'nofetch')
-rwxr-xr-xnofetch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nofetch b/nofetch
index fe1aa2f..d2d68ae 100755
--- a/nofetch
+++ b/nofetch
@@ -48,9 +48,9 @@ elif [ $rng -eq 11 ]
then
if [[ $osname == "Arch Linux" ]];
then
- nofetch="I use arch btw"
+ nofetch="i use arch btw"
else
- nofetch="I use "$osname "btw"
+ nofetch="i use "$osname" btw"
fi
else
nofetch="something has gone terribly wrong"