From 4ddee7286fc4e6dbc4cf58cc80060602e08a4f01 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 8 May 2024 06:55:05 -0300 Subject: etc/sh/rc: Rename timestamp() to timestamp_fn() --- etc/sh/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/sh/rc b/etc/sh/rc index 7cd6431..fa47a49 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -277,7 +277,7 @@ shell_status() { printf ' ' } -timestamp() { +timestamp_fn() { color -c blacki '\T' } @@ -338,7 +338,7 @@ vcs_status() { fi } -PS1='`error_marker`'$(timestamp)' '$(path)'`direnv_status``makeflags_status` `shell_status``vcs_status``guix_env``in_nix_shell` +PS1='`error_marker`'$(timestamp_fn)' '$(path)'`direnv_status``makeflags_status` `shell_status``vcs_status``guix_env``in_nix_shell` '$(in_ssh_session)'$ ' export PS1 -- cgit v1.2.3