File fish_title.fish of Package pf-vendor

function fish_title
	if [ $SSH_CONNECTION ]
		echo (hostname)": "
	end
	if [ (echo $argv[1] | wc -w) -gt 1 ]
		set args (echo $argv[1] | cut -d ' ' -f 2-)
	else
		set args (prompt_pwd)
	end
	if [ $_ != fish ]
		echo "$_: $args"
	else
		prompt_pwd
	end
end
openSUSE Build Service is sponsored by