Remove GOPATH, default pull rebase for git

This commit is contained in:
fleaz 2022-03-29 16:59:23 +02:00
parent 1fea9d8dd8
commit bf4a1a905b
Signed by: fleaz
GPG key ID: AED15F8FDD04D083
2 changed files with 4 additions and 14 deletions

View file

@ -112,10 +112,9 @@ in
programs.zsh = {
enable = true;
sessionVariables = {
GOPATH = "/home/fleaz/workspace/go";
EDITOR = "vim";
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";
};
oh-my-zsh = {