diff options
Diffstat (limited to 'content/blog')
| -rw-r--r-- | content/blog/trying-out-helix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/trying-out-helix.md b/content/blog/trying-out-helix.md index 032e8aa..f7fd503 100644 --- a/content/blog/trying-out-helix.md +++ b/content/blog/trying-out-helix.md @@ -13,7 +13,7 @@ On a ton of distros it's easy to install it, on Arch you can just go: sudo pacman -S helix ``` -Normally, you use the helix binary with the `hx` command. But on Arch, you have to spell the whole `helix ` word out, so you should probably make an alias in your shell's config if it bothers you. +Normally, you use the helix binary with the `hx` command. But on Arch, you have to spell the whole `helix` word out, so you should probably make an alias in your shell's config if it bothers you. ```sh alias hx="helix" |
