Commit e38c90f9 authored by Dylan's avatar Dylan

Add verbose comment

parent 66fca924
### Description
Text here
### Neofetch version
-
### Verbose log
Add `set -x` to the second line of the script, the script should look like this:
```sh
#!/usr/bin/env bash
set -x
# vim: fdm=marker:noai:ts=4:sw=4
#
# Neofetch info about your system
# https://github.com/dylanaraps/neofetch
```
Run neofetch
-
#!/usr/bin/env bash #!/usr/bin/env bash
# set -x
# vim: fdm=marker:noai:ts=4:sw=4 # vim: fdm=marker:noai:ts=4:sw=4
# #
# Neofetch info about your system # Neofetch info about your system
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment