From 9b857f87d56197457bfce4d1a1474c79bf3f91d2 Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Mon, 19 May 2025 23:10:06 -0500 Subject: feat: added initial commit of config files --- shell/zprofile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 shell/zprofile (limited to 'shell/zprofile') diff --git a/shell/zprofile b/shell/zprofile new file mode 100644 index 0000000..5cff05c --- /dev/null +++ b/shell/zprofile @@ -0,0 +1,12 @@ +# Rust binaries +export PATH=$PATH:$HOME/.cargo/bin/ + +# Local binaries / scripts +export PATH=$PATH:$HOME/.local/bin + +# zshrc directory +export ZDOTDIR="$XDG_CONFIG_HOME/zsh" + +[[ -f ~/.zshrc ]] && . ~/.zshrc + +[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec Hyprland -- cgit v1.2.3