2024-06-30 13:22:55 +00:00
|
|
|
{
|
2024-08-21 00:12:22 +00:00
|
|
|
"$" = "";
|
2024-06-30 13:22:55 +00:00
|
|
|
"-" = "cd -";
|
|
|
|
".." = "cd ..";
|
|
|
|
"..." = "cd ../..";
|
|
|
|
"...." = "cd ../../..";
|
|
|
|
"....." = "cd ../../../..";
|
|
|
|
cat = "bat";
|
|
|
|
s = "secrets";
|
|
|
|
secrets = ''doppler --project "$(whoami)" run'';
|
|
|
|
tag = "tag-release";
|
2024-10-26 14:45:29 +00:00
|
|
|
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";
|
2024-08-21 00:12:22 +00:00
|
|
|
wt = "git worktree";
|
2024-06-30 13:22:55 +00:00
|
|
|
}
|