diff options
-rw-r--r-- | user/settings/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |