Add .profile and .zprofile files

This commit is contained in:
Anthony Oteri
2023-08-31 16:44:50 -04:00
parent e364eed8da
commit 2977a9b3ca
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
+4
View File
@@ -0,0 +1,4 @@
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
+1 -1
View File
@@ -84,7 +84,7 @@ zstyle ':omz:update' frequency 13
# Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(git aliases archlinux branch github zsh-autosuggestions zsh-syntax-highlighting zsh-completions zsh-interactive-cd zsh-navigation-tools) plugins=(git aliases archlinux branch github zsh-autosuggestions zsh-syntax-highlighting zsh-completions zsh-interactive-cd zsh-navigation-tools pyenv)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh