Skip to content

Commit 27d0e08

Browse files
committed
add partial article ohmzsh
1 parent 487cd37 commit 27d0e08

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/components/courseData.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,14 @@ const courses = {
237237
\n- Installing and configuring OH MY ZSH
238238
\n- Customizing ZSH themes and plugins
239239
\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>
240248
`,
241249
},
242250
'course 10: learn to customize terminal': {

src/components/profile.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ function Profile() {
4848
<p>Email: {userDetails.email}</p>
4949
{/* <p>First Name: {userDetails.firstName}</p> */}
5050
{/* <p>Last Name: {userDetails.lastName}</p> */}
51+
5152
</div>
5253
<button className="btn btn-primary" onClick={handleLogout}>
5354
<i className="fa-solid fa-right-from-bracket"></i> Logout

0 commit comments

Comments
 (0)