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

5 lines
81 B
Fish
Raw Normal View History

2014-04-11 22:41:09 +00:00
# A DOS-like title command
function title
set -gx FISH_CUSTOM_TITLE "$argv"
end