Update spellfile path
This commit is contained in:
parent
962e97f613
commit
64b3299b82
2 changed files with 2 additions and 2 deletions
nix/modules/home-manager/zsh
|
@ -9,6 +9,6 @@
|
|||
s = "secrets";
|
||||
secrets = ''doppler --project "$(whoami)" run'';
|
||||
tag = "tag-release";
|
||||
vss = "LC_ALL=C sort --unique $REPOS/dotfiles.nix/config/neovim/spell/en.utf-8.add --output $REPOS/dotfiles.nix/config/neovim/spell/en.utf-8.add";
|
||||
vss = "LC_ALL=C sort --unique $REPOS/dotfiles/nvim/spell/en.utf-8.add --output $REPOS/dotfiles.nix/config/neovim/spell/en.utf-8.add";
|
||||
wt = "git worktree";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue