aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graveyard.html2
-rw-r--r--linuxRoom.html16
2 files changed, 9 insertions, 9 deletions
diff --git a/graveyard.html b/graveyard.html
index af52c5e..53ab6ee 100644
--- a/graveyard.html
+++ b/graveyard.html
@@ -53,7 +53,7 @@ table {
</tr>
<tr>
<td>
- <h2><a href="index.html">Back to main page<a></h2>
+ <h2><a href="index.html">Back to main page</a></h2>
</td>
</tr>
</table>
diff --git a/linuxRoom.html b/linuxRoom.html
index 7e4e749..be1056a 100644
--- a/linuxRoom.html
+++ b/linuxRoom.html
@@ -57,7 +57,7 @@ table {
<tr>
<td>
- <h2><a href="index.html">Back to main page<a></h2>
+ <h2><a href="index.html">Back to main page</a></h2>
</td>
</tr>
</table>
@@ -317,14 +317,14 @@ table {
zsh has lots of cool things like vi keys and is somewhat compatable with bash to.<br/><br/>
For my zsh config to work you need powerline and nerd fonts which can be installed with:
- <ul>
- <li><code>sudo dnf install powerline</code></li>
- <li>
- Download a nerd font from the <a href="https://www.nerdfonts.com/font-downloads" target="_blank">nerd fonts site</a>.
- Personal I use hack font and configured neovim with it.
- </li>
- </ul>
</p>
+ <ul>
+ <li><code>sudo dnf install powerline</code></li>
+ <li>
+ Download a nerd font from the <a href="https://www.nerdfonts.com/font-downloads" target="_blank">nerd fonts site</a>.
+ Personal I use hack font and configured neovim with it.
+ </li>
+ </ul>
</td>
</tr>