2024-07-10 08:10:56 +02:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
home.shellAliases = {
|
|
|
|
g = "git";
|
2024-07-29 07:25:25 +02:00
|
|
|
gg = "git graph --all --max-count 32";
|
2024-07-10 08:10:56 +02:00
|
|
|
gs = "git status";
|
|
|
|
gd = "git diff";
|
2024-07-30 12:28:32 +02:00
|
|
|
gf = "git fetch";
|
|
|
|
gfp = "git fetch --prune";
|
2024-07-10 08:10:56 +02:00
|
|
|
k = "kubectl";
|
2024-07-27 22:22:59 +02:00
|
|
|
ww = "nvim -c VimwikiIndex";
|
2024-07-10 08:10:56 +02:00
|
|
|
};
|
|
|
|
}
|