Remove GOPATH, default pull rebase for git
This commit is contained in:
parent
1fea9d8dd8
commit
bf4a1a905b
2 changed files with 4 additions and 14 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue