diff --git a/.zshrc b/.zshrc index bd65c67..be05e25 100644 --- a/.zshrc +++ b/.zshrc @@ -1,8 +1,6 @@ # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Initialization code that may require console input (password prompts, [y/n] # confirmations, etc.) must go above this block; everything else may go below. -[[ -o interactive ]] && neofetch - if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi @@ -18,8 +16,8 @@ source ~/powerlevel10k/powerlevel10k.zsh-theme source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # Path updates -export PATH=/home/dylan/.local/bin:$PATH -export PATH=/home/dylan/.opencode/bin:$PATH +export PATH="$HOME/.local/bin:$PATH" +export PATH="$HOME/.opencode/bin:$PATH" # Env Variables export EDITOR=nvim