diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..b4342de --- /dev/null +++ b/.zshrc @@ -0,0 +1,10 @@ + +. "$HOME/.local/share/../bin/env" + +# Added by LM Studio CLI (lms) +export PATH="$PATH:/home/Nicholai/.lmstudio/bin" +# End of LM Studio CLI section + + +eval "$(pyenv init -)" +eval "$(pyenv virtualenv-init -)"