config-fish/functions/__flseg_space.fish
2022-04-22 16:15:09 +02:00

10 lines
159 B
Fish

#!/usr/bin/env fish
# -*- mode:fish; tab-width:4 -*-
function __flseg_space
__fishline_segment_close
type -q tput; and tput el
printf " "
end