summaryrefslogtreecommitdiff
path: root/bash_profile
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-07 21:05:46 -0500
committerMarc Coquand <marc@mccd.space>2024-05-07 21:05:46 -0500
commit359dd854a9f5ace86caf9e4d0dbfe1de3de43b59 (patch)
tree95724b6b256f5c5c89a90568f6b1104bc0abfc3a /bash_profile
parent5f0e5ca36fe6995473ddee44cf175528668fb7ca (diff)
downloadrcm-359dd854a9f5ace86caf9e4d0dbfe1de3de43b59.tar.gz
rcm-359dd854a9f5ace86caf9e4d0dbfe1de3de43b59.tar.bz2
rcm-359dd854a9f5ace86caf9e4d0dbfe1de3de43b59.zip
bash updates
Diffstat (limited to '')
-rw-r--r--bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_profile b/bash_profile
index f813f35..e8ff3f6 100644
--- a/bash_profile
+++ b/bash_profile
@@ -5,7 +5,7 @@ if [ -f ~/.profile ]; then source ~/.profile; fi
# Honor per-interactive-shell startup file
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="zile"
export TERM="linux"