diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-02-17 23:30:42 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-02-17 23:30:42 +0530 |
| commit | c7e7ea6ba5c60ef9a5ea47a610b3373c21f5d825 (patch) | |
| tree | f95883de14f9cfd66084716ff928d1c355a36e87 /config/zsh/paths.zsh | |
| parent | 3c386f0ad6a6b538e5042437cab16d8fc4c59860 (diff) | |
| download | nixos-config-c7e7ea6ba5c60ef9a5ea47a610b3373c21f5d825.tar.gz nixos-config-c7e7ea6ba5c60ef9a5ea47a610b3373c21f5d825.zip | |
Zsh config change
Diffstat (limited to 'config/zsh/paths.zsh')
| -rw-r--r-- | config/zsh/paths.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zsh/paths.zsh b/config/zsh/paths.zsh index 2efc0ce..ca2d3a0 100644 --- a/config/zsh/paths.zsh +++ b/config/zsh/paths.zsh @@ -10,7 +10,7 @@ export COMMANDS_DIR="$HOME/scripts/commands"; # Lang specific stuff export CARGO_HOME=$XDG_CONFIG_HOME/cargo; export GEM_HOME=$HOME/.gem; -export GOROOT=/usr/lib/go; +#export GOROOT=/usr/lib/go; export GOPATH=$HOME/dev/go; export DENO_INSTALL="$HOME/.config/deno"; |
