📝 Updated TESTREADME and aliases
This commit is contained in:
parent
7c20402462
commit
6da9c155e0
2 changed files with 6 additions and 1 deletions
|
|
@ -10,6 +10,10 @@ __also bold text__
|
||||||
|
|
||||||
_also italicized text_
|
_also italicized text_
|
||||||
|
|
||||||
|
~~strikethrough text~~
|
||||||
|
|
||||||
|
<u>underlined text</u>
|
||||||
|
|
||||||
>blockquote
|
>blockquote
|
||||||
|
|
||||||
1. First item of Ordered List
|
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",
|
"firstName: "John",
|
||||||
"lastName": "Smith"
|
"lastName": "Smith",
|
||||||
"age": 25
|
"age": 25
|
||||||
}
|
}
|
||||||
``
|
``
|
||||||
|
|
|
||||||
1
aliases
1
aliases
|
|
@ -112,6 +112,7 @@ alias tree="tree -ad -L 3 --prune -C"
|
||||||
alias {nv,nvi}="nvim"
|
alias {nv,nvi}="nvim"
|
||||||
alias {cproj,mproj,myproj}="cd '$cproj' && ls"
|
alias {cproj,mproj,myproj}="cd '$cproj' && ls"
|
||||||
alias leafbytes="cd ~/Documents/Code/leafbytes/ && ls"
|
alias leafbytes="cd ~/Documents/Code/leafbytes/ && ls"
|
||||||
|
alias siimee="cd ~/Documents/Code/siimee/ && ls"
|
||||||
alias drafts="cd ~/Documents/Code/leafbytes_drafts && ls"
|
alias drafts="cd ~/Documents/Code/leafbytes_drafts && ls"
|
||||||
alias mon="nodemon"
|
alias mon="nodemon"
|
||||||
alias localhost="librewolf localhost:3000 &"
|
alias localhost="librewolf localhost:3000 &"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue