diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 08:26:05 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 08:26:05 +0100 |
commit | 5df9099249853af918b7f4ce8b438acfbe966b4e (patch) | |
tree | 56e915d6501db23cc85ffcca04eaa331bdc8d790 /.config/zsh | |
parent | f6362e78180c26d5a2d9c80a92b0f3cebf48455c (diff) |
Update zsh
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/.zshrc | 3 | ||||
-rw-r--r-- | .config/zsh/managers | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index a39b3f9..e59acf1 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -77,4 +77,5 @@ autoload edit-command-line; zle -N edit-command-line bindkey '^e' edit-command-line # Source language managers -source $ZDOTDIR/functions +source $ZDOTDIR/managers + diff --git a/.config/zsh/managers b/.config/zsh/managers index 5a5ade2..0c66b9f 100644 --- a/.config/zsh/managers +++ b/.config/zsh/managers @@ -2,6 +2,7 @@ # Init pyenv eval "$(pyenv init -)" +eval "$(pyenv virtualenv-init -)" # Init fnm (node manager) eval "$(fnm env)" |