[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: .profile not being src'd at login on uptodate buster



> Where I want output, I protect it with:
> 
>     [ -n "$PS1" ] && printf …

Maybe consider:

	[[ -t 1 ]] && printf ...


Reply to: