From 2f3f91682f7b4a33f1791781bfa8eca4f7c9527a Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Wed, 13 May 2026 19:32:22 -0400 Subject: new system on gentoo --- archive/.zprofile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 archive/.zprofile (limited to 'archive/.zprofile') diff --git a/archive/.zprofile b/archive/.zprofile new file mode 100644 index 0000000..981c155 --- /dev/null +++ b/archive/.zprofile @@ -0,0 +1,7 @@ +export PATH="$HOME/dotfiles/scripts/:/usr/local/lib:$HOME/path:$HOME/opt/Odin:$PATH" +export EDITOR="/bin/emacs" +export GHIDRA_INSTALL_DIR="/usr/local/bin/ghidraFiles" + +if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then + exec dbus-launch --exit-with-session Hyprland +fi -- cgit v1.2.3