aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-05-08 06:55:05 -0300
committerEuAndreh <eu@euandre.org>2024-05-08 06:55:05 -0300
commit4ddee7286fc4e6dbc4cf58cc80060602e08a4f01 (patch)
tree7a2adfe2359ee6849a1fa5844cea5714b5ebe714 /etc
parentetc/guix/home.scm: Add "libxft" package (diff)
downloaddotfiles-4ddee7286fc4e6dbc4cf58cc80060602e08a4f01.tar.gz
dotfiles-4ddee7286fc4e6dbc4cf58cc80060602e08a4f01.tar.xz
etc/sh/rc: Rename timestamp() to timestamp_fn()
Diffstat (limited to 'etc')
-rw-r--r--etc/sh/rc4
1 files changed, 2 insertions, 2 deletions
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