From ab2faa658b8b2d397030d8c626a1c339c5e4d417 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 13 Sep 2024 21:05:53 +0200 Subject: [PATCH] =?UTF-8?q?schei=C3=9F=20nvm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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