From c9f1a2f591898e4c157f4324b716c3367a53413b 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 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'shell') diff --git a/shell/zprofile b/shell/zprofile index 50b31fe..4b7b9f9 100644 --- a/shell/zprofile +++ b/shell/zprofile @@ -1,14 +1,18 @@ -# 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 +# Open hyprland only on tty 1 [ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec Hyprland -- cgit v1.2.3