Swap the direction of the right powerline in ide

main
Julius Riegel 8 months ago
parent 2125c76f04
commit 5a046686f6

@ -190,7 +190,7 @@ export def `zjstatus powerline_right` [] {
fg: $ZELLIJ_BG fg: $ZELLIJ_BG
} }
] | where $it != null) ] | where $it != null)
render powerline $ZELLIJ_BG $elements --end "" render powerline $ZELLIJ_BG $elements --separator "" --start "" --end ""
} }
def `ci status` [] { def `ci status` [] {

Loading…
Cancel
Save