# Lines configured by zsh-newuser-install HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 bindkey -e # End of lines configured by zsh-newuser-install # The following lines were added by compinstall zstyle :compinstall filename '/home/nu/.config/zsh/.zshrc' autoload -Uz compinit compinit # End of lines added by compinstall PS1='%F{red}%n%f@%F{magenta}%M%f %1~ %# ' ## pyenv stuffexport PYENV_ROOT="$HOME/.pyenv" export PYENV_ROOT="$HOME/.pyenv" [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init - zsh)"