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