diff options
author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-19 15:56:24 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-19 15:56:24 -0600 |
commit | 5d09f2691c6ec8235b39238cd23146f0e73d8301 (patch) | |
tree | ab78f4496c0269962286de9e94be9a4fd05c25e5 | |
parent | 6f896dfc9b57e2e17a97dbcbbe14ec5f7015929e (diff) |
Fixed a link
-rw-r--r-- | linuxRoom.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxRoom.html b/linuxRoom.html index 1de84c4..7e4e749 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -320,7 +320,7 @@ table { <ul> <li><code>sudo dnf install powerline</code></li> <li> - Download a nerd font from the <a href="https://www.nerdfonts.com/font-downloads">nerd fonts site</a>. + 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> |