5 lines
81 B
Fish
5 lines
81 B
Fish
# A DOS-like title command
|
|
function title
|
|
set -gx FISH_CUSTOM_TITLE "$argv"
|
|
end
|