Skip to content

Commit

Permalink
add newline after func
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmosco committed May 17, 2024
1 parent 0ee5524 commit 7ecd42a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kube-ps1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ _kube_ps1_symbol() {
echo "${symbol}"
fi
}

_kube_ps1_split_config() {
type setopt >/dev/null 2>&1 && setopt SH_WORD_SPLIT
local IFS=$1
Expand Down

0 comments on commit 7ecd42a

Please sign in to comment.