[PD] font problem / ubuntu 16.04

cyrille henry ch at chnry.net
Thu May 26 11:05:05 CEST 2016



Le 26/05/2016 10:51, jamal crawford a écrit :
> hey List
>
>>so use the bash instead:
>>
>>$ tail -3  ~/.bashrc
>>pd() {
>>  $(which pd) -font-face "Courier 10 Pitch" "$@"
>>}
>
> very neat idea! but I get:
> tail: option used in invalid context -- 3
> ...and Cyrille changed "pd()" to "functionpd()"
> ~/.jc
>
>
you can open ~/.bashrc in any text editor, and insert this 3 lines in the end :

function pd() {
	$(which pd) -font-face "Courier 10 Pitch" "$@"
}

it should work

cheers
c

> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
>



More information about the Pd-list mailing list