diff options
author | jnats <dev@jnats.xyz> | 2021-04-25 22:57:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 22:57:32 +0100 |
commit | 00a478e53494836999bf132ede9c39b4ebaa7763 (patch) | |
tree | 180c469206a803da7c1c144f9d3b69c3cf481568 /nofetch | |
parent | da6d571a62c22addf6c81322b2d7e85ab7dc95c3 (diff) | |
download | nofetch-00a478e53494836999bf132ede9c39b4ebaa7763.tar.gz nofetch-00a478e53494836999bf132ede9c39b4ebaa7763.tar.bz2 |
Update nofetch
Diffstat (limited to '')
-rwxr-xr-x | nofetch | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |