summaryrefslogtreecommitdiff
path: root/bash_profile
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-07 16:13:54 -0500
committerMarc Coquand <marc@mccd.space>2024-05-07 16:13:54 -0500
commitf13b505a50d606ae3d7d472aae3088f270c865b8 (patch)
treec803d471cced1ecf774379f774be48b3f8433953 /bash_profile
parent3cbfecb852f4db746b6040ea62843a529da1e1c9 (diff)
downloadrcm-f13b505a50d606ae3d7d472aae3088f270c865b8.tar.gz
rcm-f13b505a50d606ae3d7d472aae3088f270c865b8.tar.bz2
rcm-f13b505a50d606ae3d7d472aae3088f270c865b8.zip
Random updates
Diffstat (limited to '')
-rw-r--r--bash_profile7
1 files changed, 4 insertions, 3 deletions
diff --git a/bash_profile b/bash_profile
index 03ce36e..43ac057 100644
--- a/bash_profile
+++ b/bash_profile
@@ -7,7 +7,7 @@ if [ -f ~/.profile ]; then source ~/.profile; fi
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi
export PS1="\\A \\e[1m \\W ${GUIX_ENVIRONMENT:+ (+)} \\e(B\\e[m"
export LIBSEAT_BACKEND=logind
-export EDITOR="emacsclient -nw"
+export EDITOR="zile"
export TERM="linux"
export TERMINAL="foot"
export GDK_DPI_SCALE="1.5"
@@ -17,10 +17,11 @@ 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 host pkgs shell"
+export PF_INFO="ascii title os pkgs shell"
export PF_ALIGN="7"
export PF_COLOR="0"
-
gpg-agent
if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
+
+if [[ "$(tty)" == "/dev/tty1" ]]; then exec dbus-run-session hikari; fi \ No newline at end of file