From 359dd854a9f5ace86caf9e4d0dbfe1de3de43b59 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 7 May 2024 21:05:46 -0500 Subject: bash updates --- bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash_profile') 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" -- cgit v1.2.3