Update aliases, abbreviations and snippets

This commit is contained in:
Oliver Davies 2024-08-21 01:12:22 +01:00
parent a1ef2d1402
commit a1c356a1f5
3 changed files with 40 additions and 11 deletions

View file

@ -1,4 +1,5 @@
{
"$" = "";
"-" = "cd -";
".." = "cd ..";
"..." = "cd ../..";
@ -8,6 +9,6 @@
s = "secrets";
secrets = ''doppler --project "$(whoami)" run'';
tag = "tag-release";
wt = "git worktree";
vss = "LC_ALL=C sort --unique $REPOS/opdavies.nvim/spell/en.utf-8.add --output $REPOS/opdavies.nvim/spell/en.utf-8.add";
wt = "git worktree";
}