summaryrefslogtreecommitdiff
path: root/bash_profile
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-07 07:21:16 -0500
committerMarc Coquand <marc@mccd.space>2024-05-07 07:21:16 -0500
commitdc77428c7d0abc003e30947fd746d8a1d8b8a027 (patch)
tree2f10067fa0f10be2808c1f0d0ef44b16709122e3 /bash_profile
parent21c2abcd38393667ac2ccbe53f19678ea12c74ba (diff)
downloadrcm-dc77428c7d0abc003e30947fd746d8a1d8b8a027.tar.gz
rcm-dc77428c7d0abc003e30947fd746d8a1d8b8a027.tar.bz2
rcm-dc77428c7d0abc003e30947fd746d8a1d8b8a027.zip
bash profile update exports
Diffstat (limited to 'bash_profile')
-rw-r--r--bash_profile6
1 files changed, 4 insertions, 2 deletions
diff --git a/bash_profile b/bash_profile
index bdf10fc..d066ef1 100644
--- a/bash_profile
+++ b/bash_profile
@@ -5,18 +5,20 @@ if [ -f ~/.profile ]; then source ~/.profile; fi
# Honor per-interactive-shell startup file
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi
-source /run/current-system/profile/etc/profile.d/nix.sh
export PS1="\\A \\e[1m \\W ${GUIX_ENVIRONMENT:+ (+)} \\e(B\\e[m"
+export LIBSEAT_BACKEND=logind
export EDITOR="emacsclient -nw"
export TERM="linux"
export TERMINAL="foot"
export GDK_DPI_SCALE="1.5"
export GDK_SCALE="1.5"
+export WLR_NO_HARDWARE_CURSORS=1
export MOZ_ENABLE_WAYLAND="1"
-export XCURSOR_THEME="Adwaita"
export XCURSOR_SIZE="32"
export XDG_CURRENT_DESKTOP="wlroots"
export XDG_SESSION_TYPE="hikari"
export PF_INFO="ascii title os host pkgs shell"
export PF_ALIGN="7"
export PF_COLOR="0"
+
+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