summaryrefslogtreecommitdiff
path: root/bash_profile
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-10 09:40:20 -0500
committerMarc Coquand <marc@mccd.space>2024-05-10 09:40:20 -0500
commit9ac2b12a8ceb00d659ddd333be4cb7726905f76d (patch)
tree880b39ddafa471330eaae3ee3e7b97f41deff27a /bash_profile
parent19a3dd648f2e6bdb6be5003b5a7505d30c1072eb (diff)
downloadrcm-9ac2b12a8ceb00d659ddd333be4cb7726905f76d.tar.gz
rcm-9ac2b12a8ceb00d659ddd333be4cb7726905f76d.tar.bz2
rcm-9ac2b12a8ceb00d659ddd333be4cb7726905f76d.zip
Bash: Updates
Diffstat (limited to 'bash_profile')
-rw-r--r--bash_profile17
1 files changed, 0 insertions, 17 deletions
diff --git a/bash_profile b/bash_profile
index 6db5d13..fd8a8a8 100644
--- a/bash_profile
+++ b/bash_profile
@@ -6,21 +6,4 @@ if [ -f ~/.profile ]; then source ~/.profile; fi
# Honor per-interactive-shell startup file
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi
-export LIBSEAT_BACKEND=logind
-export EDITOR="mg"
-export TERM="linux"
-export TERMINAL="foot"
-export GDK_DPI_SCALE="1.5"
-export GDK_SCALE="1.5"
-export QT_QPA_PLATFORM=wayland-egl
-export MOZ_ENABLE_WAYLAND="1"
-export XCURSOR_SIZE="32"
-export XDG_CURRENT_DESKTOP="wlroots"
-export XDG_SESSION_TYPE="wayland"
-export PF_INFO="ascii title os pkgs shell"
-export PF_ALIGN="7"
-export PF_COLOR="0"
-
-emacs --daemon
-
if [[ "$(tty)" == "/dev/tty1" ]]; then exec dbus-run-session hikari; fi