more cleanup
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
. "$BASH_IT/themes/powerline/powerline.base.bash"
|
||||
|
||||
function __powerline_left_segment() {
|
||||
local OLD_IFS="${IFS}"
|
||||
IFS="|"
|
||||
function __powerline_left_segment {
|
||||
local OLD_IFS="${IFS}"; IFS="|"
|
||||
local params=( $1 )
|
||||
IFS="${OLD_IFS}"
|
||||
local separator=""
|
||||
|
||||
Reference in New Issue
Block a user