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
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@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list