From ea2b5600f46bdbfbef8735384f4f4bd2d82ae1ed Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Sun, 10 Aug 2025 16:00:03 -0400 Subject: config changes 8/10/25 --- shell/zprofile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'shell') diff --git a/shell/zprofile b/shell/zprofile index 8cf0ae3..06e9d43 100644 --- a/shell/zprofile +++ b/shell/zprofile @@ -1,14 +1,17 @@ -# Rust binaries +# Path variables export PATH=$PATH:$HOME/.cargo/bin/ - -# Local binaries / scripts export PATH=$PATH:$HOME/.local/bin +export PATH=$PATH:$HOME/.local/riscv/bin +# XDG Variables export XDG_CONFIG_HOME="$HOME/.config" # zshrc directory export ZDOTDIR="$XDG_CONFIG_HOME/zsh" +# Make Electron apps behave well +export ELECTRON_OZONE_PLATFORM_HINT=wayland + [[ -f ~/.zshrc ]] && . ~/.zshrc # [ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec Hyprland -- cgit v1.2.3