Skip to content

Commit

Permalink
add partial article ohmzsh
Browse files Browse the repository at this point in the history
  • Loading branch information
devsdenepal committed Sep 28, 2024
1 parent 487cd37 commit 27d0e08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/courseData.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,14 @@ const courses = {
\n- Installing and configuring OH MY ZSH
\n- Customizing ZSH themes and plugins
\n- Productivity tips for terminal users
\n## Requirements
\n- Familiar with Bash, Terminal & Commands
\n### What is Zsh?
\n<q>Zsh or Zshell is an enhanced, improved and extended version of BASH (Bourne Again Shell).</q>
\n### Why Oh My Zsh?
\n<code>Oh My Zsh</code> is an open source framework, used to customize zsh as well as manage its configs.
\n## Steps Performed:
\n<i>coming soon...</i>
`,
},
'course 10: learn to customize terminal': {
Expand Down
1 change: 1 addition & 0 deletions src/components/profile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function Profile() {
<p>Email: {userDetails.email}</p>
{/* <p>First Name: {userDetails.firstName}</p> */}
{/* <p>Last Name: {userDetails.lastName}</p> */}

</div>
<button className="btn btn-primary" onClick={handleLogout}>
<i className="fa-solid fa-right-from-bracket"></i> Logout
Expand Down

0 comments on commit 27d0e08

Please sign in to comment.