Updated: Friday, September 01,2023-09-01 14:16:25
parent
95dd56115d
commit
6bf8895834
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "Zsh",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Shells/Zsh.md"
|
||||
},
|
||||
{
|
||||
"basename": "XML",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/Languages/XML.md"
|
||||
|
@ -195,10 +199,6 @@
|
|||
{
|
||||
"basename": "Optics",
|
||||
"path": "Machine Tips (Quantum)/Physics/Optics.md"
|
||||
},
|
||||
{
|
||||
"basename": "Vim",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Vim/Vim.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/Languages/XML.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Shells/Zsh.md",
|
||||
"mode": "source",
|
||||
"backlinks": false,
|
||||
"source": false
|
||||
|
@ -186,7 +186,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/Languages/XML.md"
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Shells/Zsh.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -196,7 +196,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/Languages/XML.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Shells/Zsh.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": false
|
||||
}
|
||||
|
@ -223,10 +223,10 @@
|
|||
},
|
||||
"active": "0434a8dd305bd586",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/XML.md",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901131941.png",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901130417.png",
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/Lisp.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/XML.md",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901124958.png",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md",
|
||||
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901121505.png",
|
||||
|
@ -270,7 +270,6 @@
|
|||
"Untitled 1.canvas",
|
||||
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/The Family Tharavad 3562b9f5a1b440eea78163fe080f5d88/Untitled.png",
|
||||
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/The Family Tharavad 3562b9f5a1b440eea78163fe080f5d88/The Homes 05406aee129c42bcaea12f637110653d/33 Windy Hill Lane 3e3b98125f3d4fe39754fae951ddc14e/Untitled.png",
|
||||
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Morning Pages Blog 5343390046d84175aa168d5cf6b72dd7/Morning Pages 170 04b26f080d304cb7a6c0bbb997461f41/Untitled.png",
|
||||
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Morning Pages Blog 5343390046d84175aa168d5cf6b72dd7/Morning pages 653 c441be6ff787470ebec5eb3ae8209d8b/Untitled.png"
|
||||
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Morning Pages Blog 5343390046d84175aa168d5cf6b72dd7/Morning Pages 170 04b26f080d304cb7a6c0bbb997461f41/Untitled.png"
|
||||
]
|
||||
}
|
|
@ -4,4 +4,6 @@ Zsh is a bit trendier nowadays and it is the current shell of choice for my syst
|
|||
|
||||
---
|
||||
|
||||
- Oh-my-zsh is a very popular customization tool to [pimp](https://stackabuse.com/pimp-my-terminal-an-introduction-to-oh-my-zsh/) out your terminal
|
||||
- Oh-my-zsh is a very popular customization tool to [pimp](https://stackabuse.com/pimp-my-terminal-an-introduction-to-oh-my-zsh/) out your terminal
|
||||
- Zap is another little zsh plugin manager
|
||||
- For scripting tests, try out [zunit](https://zunit.xyz/docs/usage/running-tests/)
|
Loading…
Reference in New Issue