chore(ZSH): Let Oh-my-zsh. Use antidote instead + custom .zshrc
This commit is contained in:
10
.config/zsh/.zprofile
Normal file
10
.config/zsh/.zprofile
Normal 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
|
Reference in New Issue
Block a user