better zsh file setup

This commit is contained in:
Daniil Fajnberg 2022-02-17 10:35:01 +01:00
parent f526d17524
commit a6a3d3a759
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,8 @@ for file in ~/.config/shell/{path,exports,aliases,functions,extra}; do
done;
unset file;
source ~/.config/zsh/rc
# Setup pyenv, if it is installed:
if [ -x "$(command -v pyenv)" ]; then
eval "$(pyenv init --path)"

1
shell/.zprofile Symbolic link
View File

@ -0,0 +1 @@
.config/shell/profile