Optimise zsh startup
Alan Pearce alan@alanpearce.eu
Sat, 05 Oct 2019 05:50:05 +0200
2 files changed, 2 insertions(+), 3 deletions(-)
M user/modules/zsh.nix → user/modules/zsh.nix
@@ -91,6 +91,7 @@ else EMAIL=alan@alanpearce.eu fi + typeset -T GHQ_ROOT ghq_root export GHQ_ROOT="$HOME/projects:$HOME/go/src:$HOME/quicklisp/local-projects" '' + builtins.readFile ../zsh/.config/zsh/.zshrc; };
M user/zsh/.config/zsh/.zshrc → user/zsh/.config/zsh/.zshrc
@@ -1,7 +1,5 @@ # -*- mode: sh; -*- source $HOME/.zplugin/bin/zplugin.zsh -autoload -Uz _zplugin -(( ${+_comps} )) && _comps[zplugin]=_zplugin setopt inc_append_history_time setopt transient_rprompt @@ -114,7 +112,7 @@ du -hd1 $1 | $sort -h } # returns the first ghq root, whereas $GHQ_ROOT returns all -hash -d p=$(ghq root) +hash -d p=$ghq_root[0] hash -d go=${GOPATH:-$HOME/go} zle -C hist-complete complete-word _generic