Slimline cleaning.

This commit is contained in:
Bartek Stalewski 2020-01-20 13:28:41 +01:00
parent ab5b7794a7
commit 838c6d6c75
3 changed files with 6 additions and 6 deletions

View file

@ -13,6 +13,6 @@ slimline::section::k8s_namespace::async_task_complete() {
slimline::section::k8s_namespace::render() {
[[ -z "${slimline_section_k8s_namespace_output}" ]] && return
slimline::utils::expand "k8s_namespace" "ns:%F{blue}|output|%f" \
slimline::utils::expand "k8s_namespace" "(%F{blue}|output|%f)" \
"output" "${slimline_section_k8s_namespace_output}"
}