client: docker-finance.d: subscript: remove base cmd #150
Reference in New Issue
Block a user
Delete Branch "refs/pull/150/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The recently added base command variable would break on multi-profile
systems because, when superscript first sources, this global variable
would be set.
Unsetting/resetting the variable will not be a fix so, revert to the
noisy but dynamic per-alias-generated solution instead.
Agreement