dotfiles/.config/fish/functions/fish_title.fish
2019-12-27 23:12:06 +01:00

4 lines
65 B
Fish

if test "$TERM" = "eterm-color"
function fish_title; end
end