mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(git): use g alias
This commit is contained in:
@@ -12,7 +12,10 @@
|
||||
pkgs.git-preview
|
||||
];
|
||||
|
||||
environment.shellAliases.gf = "git-flow";
|
||||
environment.shellAliases = {
|
||||
gf = "git-flow";
|
||||
g = "git";
|
||||
};
|
||||
|
||||
home-manager.users.me = {
|
||||
home.file.".mrconfig".text =
|
||||
|
||||
Reference in New Issue
Block a user