dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
21.88k stars 1.76k forks source link

Rename neofetch to an easier remembered and more relevant name #2283

Closed estatistics closed 1 year ago

estatistics commented 1 year ago

Each time that i wanted to find system info, i could not remember at all the name of this (very good) util.

So , I propose either rename your util to an easier remembered and more relevant name OR include in your install / help file how to create an executable symbolic link to this program which will do that.

e.g: sudo ln -s /usr/bin/neofetch /usr/bin/system-info2

Then you need to run system-info2 in order to find system information in bash. :)

hykilpikonna commented 1 year ago

You can just use an alias for that.

Like, in your ~/.profile or ~/.zprofile

alias system-info2=neofetch
estatistics commented 1 year ago

I didnt know that. Thanks.