11 lines
215 B
Fish
11 lines
215 B
Fish
#!/usr/bin/env fish
|
|
# -*- mode:fish; tab-width:4 -*-
|
|
|
|
function __flseg_status
|
|
|
|
if [ $FLINT_STATUS -gt 0 ]
|
|
__fishline_segment $FLCLR_STATUS_BG $FLCLR_STATUS_FG
|
|
printf $FLINT_STATUS
|
|
end
|
|
|
|
end
|