better zsh file setup
This commit is contained in:
parent
f526d17524
commit
a6a3d3a759
@ -8,6 +8,8 @@ for file in ~/.config/shell/{path,exports,aliases,functions,extra}; do
|
|||||||
done;
|
done;
|
||||||
unset file;
|
unset file;
|
||||||
|
|
||||||
|
source ~/.config/zsh/rc
|
||||||
|
|
||||||
# Setup pyenv, if it is installed:
|
# Setup pyenv, if it is installed:
|
||||||
if [ -x "$(command -v pyenv)" ]; then
|
if [ -x "$(command -v pyenv)" ]; then
|
||||||
eval "$(pyenv init --path)"
|
eval "$(pyenv init --path)"
|
||||||
|
1
shell/.zprofile
Symbolic link
1
shell/.zprofile
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
.config/shell/profile
|
Loading…
x
Reference in New Issue
Block a user