diff --git a/.zshrc b/.zshrc index 2c71d21..cbcb568 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,6 @@ ### ENVVARS +# zmodload zsh/zprof # for profiling, also uncomment last line + source "$HOME/.zprofile" source "$HOME/.config/user-dirs.dirs" export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S\ncpu\t%P' @@ -263,6 +265,10 @@ eval "$(pyenv virtualenv-init - zsh)" zstyle ':completion:*' menu select fpath+=~/.zfunc -# export NVM_DIR="$HOME/.config/nvm" +export NVM_DIR="$HOME/.config/nvm" +# diese Scheiße läd so ewig, wer auch immer dachte dass das so eine gute idee +# ist gehört gefeuert. Das muss jeden Tag viele leute minuten kosten. # [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm # [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion + +# zprof