This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# Include 'os-release' to grab Debian pretty name... | |
. /etc/os-release | |
# Styles... | |
red="\e[91m" | |
redbold="\e[1;91m" | |
magenta="\e[1;95m" | |
reset="\e[0m" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
COPYRIGHT: | |
========== | |
Gedit groff syntax highlight. A definition of the groff syntax for | |
GtkSourceView. | |
Copyright (C) 2022 - Daniel Dias Rodrigues. All rights reserved. | |
Copyright (C) 2020 - Sciancisco. All rights reserved. |