1
0
.dotfiles/home/.config/fish/functions/title.fish

5 lines
81 B
Fish

# A DOS-like title command
function title
set -gx FISH_CUSTOM_TITLE "$argv"
end