Fix ghq get creating odd directory structure
Alan Pearce alan@alanpearce.eu
Fri, 04 Dec 2020 14:28:44 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M user/settings/zsh.nix → user/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