1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

add git aliases

This commit is contained in:
andrey_varnavskiy
2024-11-28 05:23:26 +05:00
parent df455bf3c5
commit b78b93c2f2

View File

@@ -15,13 +15,16 @@
hms = "nh home switch"; hms = "nh home switch";
conf = "nvim ${flakeDir}/nixos/configuration.nix";
pkgs = "nvim ${flakeDir}/nixos/packages.nix"; pkgs = "nvim ${flakeDir}/nixos/packages.nix";
ll = "ls -l";
v = "nvim"; v = "nvim";
se = "sudoedit"; se = "sudoedit";
microfetch = "microfetch && echo"; microfetch = "microfetch && echo";
gs = "git status";
ga = "git add";
gc = "git commit";
gp = "git push";
}; };
history.size = 10000; history.size = 10000;