From c8d99e3f125b66a31d70441f9bb212bc30618bcf Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Sun, 22 Sep 2024 18:35:08 -0700 Subject: [PATCH] client: docker-finance.d: superscript: remove unused tag Impl now appends, regardless of tag. --- client/docker-finance.d/container/shell/superscript.bash.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/docker-finance.d/container/shell/superscript.bash.in b/client/docker-finance.d/container/shell/superscript.bash.in index 482c8a8..22832ef 100644 --- a/client/docker-finance.d/container/shell/superscript.bash.in +++ b/client/docker-finance.d/container/shell/superscript.bash.in @@ -40,8 +40,6 @@ alias c='clear' # or ctrl+l alias e='exit' alias grep='grep --color=auto' -# All subprofiles' scripts -# TODO: remove this tag as it's no longer needed -@DOCKER_FINANCE_SUBPROFILE_SOURCE@ +# All subprofiles' subscripts are appended below # vim: syn=bash sw=2 sts=2 si ai et