a screenshot showing output of the `tr ":" "\n" <<<"$PATH" | lolcat` command to see your system's PATH environment variable in a readable and colorful format using lolcat command. This command will print your system's search paths using the `$PATH`, lists them one per line, and makes them look pretty just for fun. You can skip the `lolcat` bit if you don't want colors.