diff --git a/misc.aliases b/misc.aliases index 3e08905..e613844 100644 --- a/misc.aliases +++ b/misc.aliases @@ -6,14 +6,14 @@ jctl () alias jctlerr='journalctl -p 3 -xb' -# Clear screen and show neofetch +# Clear screen and show fastfetch neo () { - if which neofetch >/dev/null; + if which fastfetch >/dev/null; then - clear && neofetch + clear && fastfetch else - echo "neofetch not found in PATH" + echo "fastfetch not found in PATH" fi }