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:
@@ -15,13 +15,16 @@
|
||||
|
||||
hms = "nh home switch";
|
||||
|
||||
conf = "nvim ${flakeDir}/nixos/configuration.nix";
|
||||
pkgs = "nvim ${flakeDir}/nixos/packages.nix";
|
||||
|
||||
ll = "ls -l";
|
||||
v = "nvim";
|
||||
se = "sudoedit";
|
||||
microfetch = "microfetch && echo";
|
||||
|
||||
gs = "git status";
|
||||
ga = "git add";
|
||||
gc = "git commit";
|
||||
gp = "git push";
|
||||
};
|
||||
|
||||
history.size = 10000;
|
||||
|
Reference in New Issue
Block a user