File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,14 @@ const courses = {
237
237
\n- Installing and configuring OH MY ZSH
238
238
\n- Customizing ZSH themes and plugins
239
239
\n- Productivity tips for terminal users
240
+ \n## Requirements
241
+ \n- Familiar with Bash, Terminal & Commands
242
+ \n### What is Zsh?
243
+ \n<q>Zsh or Zshell is an enhanced, improved and extended version of BASH (Bourne Again Shell).</q>
244
+ \n### Why Oh My Zsh?
245
+ \n<code>Oh My Zsh</code> is an open source framework, used to customize zsh as well as manage its configs.
246
+ \n## Steps Performed:
247
+ \n<i>coming soon...</i>
240
248
` ,
241
249
} ,
242
250
'course 10: learn to customize terminal' : {
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ function Profile() {
48
48
< p > Email: { userDetails . email } </ p >
49
49
{ /* <p>First Name: {userDetails.firstName}</p> */ }
50
50
{ /* <p>Last Name: {userDetails.lastName}</p> */ }
51
+
51
52
</ div >
52
53
< button className = "btn btn-primary" onClick = { handleLogout } >
53
54
< i className = "fa-solid fa-right-from-bracket" > </ i > Logout
You can’t perform that action at this time.
0 commit comments