theme/powerline-naked: `shfmt`
My apologies to future `git blame` hunters ♥pull/2052/head
parent
b16d7efcf5
commit
c696ac3236
|
|
@ -1,7 +1,8 @@
|
||||||
. "$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}"; IFS="|"
|
local OLD_IFS="${IFS}"
|
||||||
|
IFS="|"
|
||||||
local params=($1)
|
local params=($1)
|
||||||
IFS="${OLD_IFS}"
|
IFS="${OLD_IFS}"
|
||||||
local separator=""
|
local separator=""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue