Op 10/03/16 om 19:43 schreef Brandon Allbery: > > On Thu, Mar 10, 2016 at 1:41 PM, Johan Hendriks > <[email protected] <mailto:[email protected]>> wrote: > > mytitle > > > if ($?prompt) mytitle > > > -- > brandon s allbery kf8nh sine nomine > associates > [email protected] <mailto:[email protected]> > [email protected] <mailto:[email protected]> > unix, openafs, kerberos, infrastructure, xmonad > http://sinenomine.net If I change mytitle to if ($?prompt) mytitle I get the following error. mytitle: command not found.
This is how I have set it. alias mytitle 'printf "\033]0;$HOST\a"' if ($?prompt) mytitle regards, Johan _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
