Remove GOPATH, default pull rebase for git
This commit is contained in:
parent
1fea9d8dd8
commit
bf4a1a905b
|
@ -112,10 +112,9 @@ in
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
GOPATH = "/home/fleaz/workspace/go";
|
|
||||||
EDITOR = "vim";
|
EDITOR = "vim";
|
||||||
XDG_SCREENSHOTS_DIR = "/home/fleaz/screenshots/";
|
XDG_SCREENSHOTS_DIR = "/home/fleaz/screenshots/";
|
||||||
PATH = "$PATH:/home/fleaz/bin:/home/fleaz/workspace/go/bin";
|
PATH = "$PATH:/home/fleaz/bin";
|
||||||
DEFAULT_BROWSER = "${pkgs.firefox}/bin/firefox";
|
DEFAULT_BROWSER = "${pkgs.firefox}/bin/firefox";
|
||||||
};
|
};
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
|
|
|
@ -17,6 +17,9 @@
|
||||||
"init" = {
|
"init" = {
|
||||||
defaultBranch = "main";
|
defaultBranch = "main";
|
||||||
};
|
};
|
||||||
|
"pull" = {
|
||||||
|
rebase = "true";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -35,18 +38,6 @@
|
||||||
gpgSign = false;
|
gpgSign = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
|
||||||
{
|
|
||||||
condition = "gitdir:~/workspace/go/src/github.com/codemonauts/";
|
|
||||||
contents = {
|
|
||||||
user = {
|
|
||||||
email = "felix@codemonauts.com";
|
|
||||||
name = "Felix Breidenstein";
|
|
||||||
};
|
|
||||||
commit = {
|
|
||||||
gpgSign = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
condition = "gitdir:~/kundendaten/";
|
condition = "gitdir:~/kundendaten/";
|
||||||
|
|
Loading…
Reference in a new issue