From 47d677141e95adcbc97f46a50f8122ba3ea09be4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 4 Dec 2020 14:28:44 +0100 Subject: Fix ghq get creating odd directory structure --- user/settings/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user') diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 84449a05..13bd5fb2 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -216,7 +216,7 @@ in 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 -- cgit 1.4.1