diff options
author | axtloss <60044824+axtloss@users.noreply.github.com> | 2021-04-24 11:10:52 +0200 |
---|---|---|
committer | jnats <dev@jnats.xyz> | 2021-04-24 11:39:01 +0100 |
commit | 9311c04d6f9332d0cd71aa5fc7346ddee083455c (patch) | |
tree | d119f7452afac2b89d6f1f3d3a16416855a92dba | |
parent | a855642cb0693ad8ce1489af751b3ea4906c61a4 (diff) | |
download | nofetch-9311c04d6f9332d0cd71aa5fc7346ddee083455c.tar.gz nofetch-9311c04d6f9332d0cd71aa5fc7346ddee083455c.tar.bz2 |
added option to use other posix compliant shell
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ simply run `nofetch`, and watch all of your r/unixporn problems go away. realistically any system that has the following -- bash +- bash, or any other POSIX compliant shell (will have to change the shabang in both install and nofetch itself first) - grep - head - sed |