Use $REPOS
variable consistently in scripts
This commit is contained in:
parent
c8d21d28c1
commit
a2ed026258
4 changed files with 5 additions and 5 deletions
lib/shared/modules/zsh
|
@ -10,5 +10,5 @@
|
|||
secrets = ''doppler --project "$(whoami)" run'';
|
||||
tag = "tag-release";
|
||||
wt = "git worktree";
|
||||
vss = "LC_ALL=C sort --unique ~/Code/opdavies.nvim/spell/en.utf-8.add --output ~/Code/personal/opdavies.nvim/spell/en.utf-8.add";
|
||||
vss = "LC_ALL=C sort --unique $REPOS/opdavies.nvim/spell/en.utf-8.add --output $REPOS/opdavies.nvim/spell/en.utf-8.add";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue