diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-06-19 23:11:11 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-06-19 23:11:11 -0400 |
| commit | 5512ea5b4b4af8ce4aa0f79a2a0373ee335f287a (patch) | |
| tree | 85471a91301e1215ae5bc583fae20f5557813da1 /.bash_profile | |
| parent | 98e5f78fce77dbf3b484c8dde9ddadac8fdbcc1a (diff) | |
cleanup, qol, and input
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 12 |
1 files changed, 0 insertions, 12 deletions
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 |
