Compare commits

..

No commits in common. "68b9ec4a18a7821e1f1f31c82e45a5604f42171d" and "551f5c913ae01f5b3848f99601874d6df6307f63" have entirely different histories.

View file

@ -110,7 +110,7 @@
############################################################################# #############################################################################
programs.bash = { programs.bash = {
enable = true; enable = true;
initExtra = builtins.readFile ./dotfiles/bash_prompt; promptInit = builtins.readFile ./dotfiles/bash_prompt;
shellAliases = { shellAliases = {
c = "clear"; c = "clear";
gm = "git checkout master && git pull"; gm = "git checkout master && git pull";
@ -123,10 +123,12 @@
############################################################################# #############################################################################
programs.git = { programs.git = {
enable = true; enable = true;
userName = "Leo Alho"; config.user = {
userEmail = "leoalho@proton.me"; name = "Leo Alho";
email = "leoalho@proton.me";
};
lfs.enable = true; lfs.enable = true;
aliases = { settings.alias = {
co = "checkout"; co = "checkout";
br = "branch"; br = "branch";
c = "commit"; c = "commit";