On Wed 30 Jan 2019 at 12:50:59 (-0700), foxfanfare wrote: > I managed now to see the exact position with your correct LYEDITOR synthax. > One problem solved :-) BTW, I thought I had to make the export variables in > my .bash_profile, is there any difference in setting them in the .bashrc > file?
For interactive shells, .bash_profile is for login shells (logging into a VC), .bashrc is for non-login shells. Normally, the latter should be called from the former. (See a typical /etc/skel/.profile) So if you're adding a path to PATH, you don't want it in .bashrc where it could get executed several times. But if you want a variable available to ssh hostname command then it needs to be in .bashrc. > Still I cannot understand how to mange the URI links. About my environment, > I'm not using gnome but a minimalist tilling window manager (i3) on a clean > install of arch. That doesn't tell me whether you run a DE or just a WM. I've read that Gnome interferes with environment settings, so I'm entirely ignorant about whether any DE will affect you. But if you're sticking to definitions like PARM="static value", then general advice is to set it everywhere. Cheers, David. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user