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:
parent
a2ac74a796
commit
395e92054e
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue