summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-05-26 20:06:47 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-05-26 20:06:47 +0300
commitceae010375308744bfe381ee2c8126dbcfefdf88 (patch)
tree588ce5581d627dbc7ffa5e0c5aa46f464a1bd878 /zsh/zshrc
parent6ed9c8a9285b4b4f2b944a4bee16bd84ca65ec52 (diff)
Lots of visual changes and quality of life.
Dunst configured correctly. NeoVim colorscheme configured better. Updates to many config files. Changes to be committed: modified: Vencord/settings/settings.json modified: X11/Xresources modified: X11/xinit new file: appimageupdate modified: btop/btop.conf modified: clockpower modified: dunst/dunstrc new file: dunst/launch.sh modified: keybinds modified: lock modified: nvim/colors/hybrid.vim new file: nvim/colors/hybrid.vim.bkup modified: nvim/init.vim new file: qBittorrent/ICEBERG.qbtheme new file: qBittorrent/ayuDark.qbtheme modified: zsh/aliases modified: zsh/env modified: zsh/zshrc
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 841f9e8..e33b7b6 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -52,3 +52,4 @@ stty tabs
export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
+eval "$(pyenv virtualenv-init -)"