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 = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
promptInit = builtins.readFile ./dotfiles/bash_prompt;
|
initExtra = builtins.readFile ./dotfiles/bash_prompt;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
c = "clear";
|
c = "clear";
|
||||||
gm = "git checkout master && git pull";
|
gm = "git checkout master && git pull";
|
||||||
|
|
@ -123,12 +123,10 @@
|
||||||
#############################################################################
|
#############################################################################
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config.user = {
|
userName = "Leo Alho";
|
||||||
name = "Leo Alho";
|
userEmail = "leoalho@proton.me";
|
||||||
email = "leoalho@proton.me";
|
|
||||||
};
|
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
settings.alias = {
|
aliases = {
|
||||||
co = "checkout";
|
co = "checkout";
|
||||||
br = "branch";
|
br = "branch";
|
||||||
c = "commit";
|
c = "commit";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue