📝 Updated TESTREADME and aliases

This commit is contained in:
z3rOR0ne 2023-01-13 22:42:48 -08:00
parent 7c20402462
commit 6da9c155e0
2 changed files with 6 additions and 1 deletions

View file

@ -10,6 +10,10 @@ __also bold text__
_also italicized text_
~~strikethrough text~~
<u>underlined text</u>
>blockquote
1. First item of Ordered List
@ -45,7 +49,7 @@ triple up on the backticks for a nicer code block (with copy button to the right
``
{
"firstName: "John",
"lastName": "Smith"
"lastName": "Smith",
"age": 25
}
``

View file

@ -112,6 +112,7 @@ alias tree="tree -ad -L 3 --prune -C"
alias {nv,nvi}="nvim"
alias {cproj,mproj,myproj}="cd '$cproj' && ls"
alias leafbytes="cd ~/Documents/Code/leafbytes/ && ls"
alias siimee="cd ~/Documents/Code/siimee/ && ls"
alias drafts="cd ~/Documents/Code/leafbytes_drafts && ls"
alias mon="nodemon"
alias localhost="librewolf localhost:3000 &"