more cleanup

This commit is contained in:
Ofir Shtrull
2020-02-27 22:10:38 +02:00
parent 84ad65c309
commit a578fa81e4

View File

@@ -1,8 +1,7 @@
. "$BASH_IT/themes/powerline/powerline.base.bash" . "$BASH_IT/themes/powerline/powerline.base.bash"
function __powerline_left_segment() { function __powerline_left_segment {
local OLD_IFS="${IFS}" local OLD_IFS="${IFS}"; IFS="|"
IFS="|"
local params=( $1 ) local params=( $1 )
IFS="${OLD_IFS}" IFS="${OLD_IFS}"
local separator="" local separator=""