fix: hardcoded PATH configs specific to a machine

Also removed neofetch
This commit is contained in:
2026-03-01 18:23:29 +00:00
parent 458b14ad5a
commit 2a0c796952

6
.zshrc
View File

@@ -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