aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-02-16 04:05:54 -0300
committerEuAndreh <eu@euandre.org>2024-02-16 04:05:54 -0300
commit77c7bb0f9872b1e3273d42627966711508ae6fed (patch)
treeca046a988f61925dd489fadd257687cba9782758
parentetc/sh/rc: No longer create the ".bashrc" symlink (diff)
downloaddotfiles-77c7bb0f9872b1e3273d42627966711508ae6fed.tar.gz
dotfiles-77c7bb0f9872b1e3273d42627966711508ae6fed.tar.xz
etc/sh/rc: Export $PS1
-rw-r--r--etc/sh/rc1
1 files changed, 1 insertions, 0 deletions
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