all repos — nixfiles @ 47d677141e95adcbc97f46a50f8122ba3ea09be4

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

Fix ghq get creating odd directory structure
Alan Pearce alan@alanpearce.eu
Fri, 04 Dec 2020 14:28:44 +0100
commit

47d677141e95adcbc97f46a50f8122ba3ea09be4

parent

4f93a648ece7048ea8723a09b099b191f6c0dd3c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -216,7 +216,7 @@ initExtra = ''       autoload -Uz compinit
       compinit -C
       typeset -T GHQ_ROOT ghq_root
-      export GHQ_ROOT="$HOME/projects:$HOME/go/src:$HOME/quicklisp/local-projects"
+      export GHQ_ROOT="$HOME/projects"
 
       function hist-freq-subcommands () {
         fc -l -m "$1*" -10000 | cut -d' ' -f4- | sort | uniq -c | sort -g | tail -n100 | less