2024-07-10 06:10:56 +00:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
home.shellAliases = {
|
|
|
|
g = "git";
|
2024-07-29 05:25:25 +00:00
|
|
|
gg = "git graph --all --max-count 32";
|
2024-07-10 06:10:56 +00:00
|
|
|
gs = "git status";
|
|
|
|
gd = "git diff";
|
|
|
|
k = "kubectl";
|
2024-07-27 20:22:59 +00:00
|
|
|
ww = "nvim -c VimwikiIndex";
|
2024-07-10 06:10:56 +00:00
|
|
|
};
|
|
|
|
}
|