From 77c7bb0f9872b1e3273d42627966711508ae6fed Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 16 Feb 2024 04:05:54 -0300 Subject: etc/sh/rc: Export $PS1 --- etc/sh/rc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/sh/rc b/etc/sh/rc index 8d0e0df..61d027d 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -312,6 +312,7 @@ vcs_status() { PS1='`error_marker`'$(timestamp)' '$(path)'`direnv_status``makeflags_status` `shell_status``vcs_status``guix_env` '$(in_ssh_session)'$ ' +export PS1 -- cgit v1.2.3