2025-03-17 20:05:16 +00:00
|
|
|
{ config, ... }:
|
|
|
|
|
2024-06-30 14:22:55 +01:00
|
|
|
{
|
2024-08-21 01:12:22 +01:00
|
|
|
"$" = "";
|
2024-06-30 14:22:55 +01:00
|
|
|
"-" = "cd -";
|
|
|
|
".." = "cd ..";
|
|
|
|
"..." = "cd ../..";
|
|
|
|
"...." = "cd ../../..";
|
|
|
|
"....." = "cd ../../../..";
|
2025-03-30 12:45:29 +01:00
|
|
|
run = "./run";
|
2024-06-30 14:22:55 +01:00
|
|
|
tag = "tag-release";
|
2025-03-30 12:43:34 +01:00
|
|
|
vss = "LC_ALL=C sort --unique ${config.xdg.userDirs.extraConfig.XDG_REPOS_DIR}/nixos-config/modules/home-manager/cli/neovim/config/spell/en.utf-8.adddotfiles/nvim/spell/en.utf-8.add --output ${config.xdg.userDirs.extraConfig.XDG_REPOS_DIR}/nixos-config/modules/home-manager/cli/neovim/config/spell/en.utf-8.add";
|
2024-08-21 01:12:22 +01:00
|
|
|
wt = "git worktree";
|
2024-06-30 14:22:55 +01:00
|
|
|
}
|