diff options
author | EuAndreh <eu@euandre.org> | 2024-05-08 06:55:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-05-08 06:55:05 -0300 |
commit | 4ddee7286fc4e6dbc4cf58cc80060602e08a4f01 (patch) | |
tree | 7a2adfe2359ee6849a1fa5844cea5714b5ebe714 /etc/sh | |
parent | etc/guix/home.scm: Add "libxft" package (diff) | |
download | dotfiles-4ddee7286fc4e6dbc4cf58cc80060602e08a4f01.tar.gz dotfiles-4ddee7286fc4e6dbc4cf58cc80060602e08a4f01.tar.xz |
etc/sh/rc: Rename timestamp() to timestamp_fn()
Diffstat (limited to 'etc/sh')
-rw-r--r-- | etc/sh/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |