summaryrefslogtreecommitdiff
path: root/shell/zprofile
diff options
context:
space:
mode:
authorJoshua Yun <joshua@joshuayun.com>2025-08-10 16:00:03 -0400
committerJoshua Yun <joshua@joshuayun.com>2025-10-28 09:58:39 -0500
commitea2b5600f46bdbfbef8735384f4f4bd2d82ae1ed (patch)
tree32b1e2a3bc9dd1272a261dd7223a1f3f7882dc90 /shell/zprofile
parentfe2ca495a7628dadd69ef1f3ef08d9c9fb3d5df7 (diff)
downloadconfig-ea2b5600f46bdbfbef8735384f4f4bd2d82ae1ed.tar.gz
config changes 8/10/25
Diffstat (limited to 'shell/zprofile')
-rw-r--r--shell/zprofile9
1 files changed, 6 insertions, 3 deletions
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