diff options
Diffstat (limited to 'bash_profile')
-rw-r--r-- | bash_profile | 2 |
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" |