Add vss alias for sorting words in my spellfile

Automatically sort and update the words within my `spellfile` that's
used by Neovim.
This commit is contained in:
Oliver Davies 2024-05-22 08:51:25 +01:00
parent a2ac74a796
commit 395e92054e

View file

@ -205,6 +205,7 @@
ialias tag="tag-release"
ialias uncommit="git reset --soft HEAD^";
ialias wt="git worktree"
ialias vss="LC_ALL=C sort --unique ~/Code/personal/opdavies.nvim/spell/en.utf-8.add --output ~/Code/personal/opdavies.nvim/spell/en.utf-8.add"
balias lh3="xdg-open http://localhost:3000"
balias lh8="xdg-open http://localhost:8000"