mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-02-20 00:03:37 +00:00
Compare commits
No commits in common. "066d0871bb5d2e26731f754052a4d4a503bd1935" and "33be5aad26d08179e6e958021251211ce66eb502" have entirely different histories.
066d0871bb
...
33be5aad26
2 changed files with 1 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
font_family mnts.dev Regular
|
||||
bold_font mnts.dev
|
||||
bold_font mnts.dev Bold
|
||||
italic_font mnts.dev Italic
|
||||
bold_italic_font mnts.dev Bold Italic
|
||||
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo -e "\e[0mdefault\e[0m"
|
||||
echo -e "\e[1mbold\e[0m"
|
||||
echo -e "\e[3mitalic\e[0m"
|
||||
echo -e "\e[3m\e[1mbold italic\e[0m"
|
||||
echo -e "\e[4munderline\e[0m"
|
||||
echo -e "\e[9mstrikethrough\e[0m"
|
||||
echo -e "\e[31mHello World\e[0m"
|
Loading…
Reference in a new issue