chore(ZSH): Let Oh-my-zsh. Use antidote instead + custom .zshrc

This commit is contained in:
2024-11-24 00:52:10 +01:00
parent 1c40ae6526
commit abcc7e16cb
7 changed files with 334 additions and 82 deletions

10
.config/zsh/.zprofile Normal file
View File

@ -0,0 +1,10 @@
emulate sh -c '. ~/.profile'
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
# Start X automatically
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi