all repos — nixfiles @ 060ce17305dd47a01e5c4f5f45cdbab80b4db7ae

System and user configuration, managed by nix and home-manager

zsh: Set ghq root

Alan Pearce
commit

060ce17305dd47a01e5c4f5f45cdbab80b4db7ae

parent

e8ad75cc4b353fce74463c718bf75777562052d6

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M zsh/.config/zsh/.zshenvzsh/.config/zsh/.zshenv
@@ -63,4 +63,6 @@ fi
export GTAGSCONF=~/.globalrc export GTAGSLABEL=ctags + + export GHQ_ROOT="$HOME/projects:$HOME/go/src" fi