From 5512ea5b4b4af8ce4aa0f79a2a0373ee335f287a Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 19 Jun 2025 23:11:11 -0400 Subject: cleanup, qol, and input --- .bash_profile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index ac1b5f6..0000000 --- a/.bash_profile +++ /dev/null @@ -1,12 +0,0 @@ -# -# ~/.bash_profile -# - -[[ -f ~/.bashrc ]] && . ~/.bashrc - -export PATH="$PATH:$HOME/dotfiles/scripts" -export PATH="$PATH:$HOME/dotfiles/shortcuts" - -if [[ -t 0 && $(tty) == /dev/tty1 && ! $DISPLAY ]]; then - exec dbus-launch --exit-with-session Hyprland -fi -- cgit v1.2.3