Compare commits
No commits in common. "68b9ec4a18a7821e1f1f31c82e45a5604f42171d" and "551f5c913ae01f5b3848f99601874d6df6307f63" have entirely different histories.
68b9ec4a18
...
551f5c913a
1 changed files with 12 additions and 10 deletions
10
home.nix
10
home.nix
|
|
@ -110,7 +110,7 @@
|
|||
#############################################################################
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
initExtra = builtins.readFile ./dotfiles/bash_prompt;
|
||||
promptInit = builtins.readFile ./dotfiles/bash_prompt;
|
||||
shellAliases = {
|
||||
c = "clear";
|
||||
gm = "git checkout master && git pull";
|
||||
|
|
@ -123,10 +123,12 @@
|
|||
#############################################################################
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Leo Alho";
|
||||
userEmail = "leoalho@proton.me";
|
||||
config.user = {
|
||||
name = "Leo Alho";
|
||||
email = "leoalho@proton.me";
|
||||
};
|
||||
lfs.enable = true;
|
||||
aliases = {
|
||||
settings.alias = {
|
||||
co = "checkout";
|
||||
br = "branch";
|
||||
c = "commit";
|
||||
|
|
|
|||
Loading…
Reference in a new issue