#! /bin/zsh # # this file: # https://dataswamp.org/~incal/conf/.zsh/fbterm fb-init () { export TERM=fbterm . ~/incal-fb cols } fb-white-text () { echo -en "\e]P7ffffff" } fb-hide-cursor () { echo -ne "\e[?25l" } fb-install () { local fbterm=$(which fbterm) chmod a-s $fbterm setcap cap_sys_tty_config=-ep $fbterm } fcf () { fc-list :spacing=mono family | sed 's/ /\\ /g' }