Tiny Core Extensions > TCE Tips & Tricks
Howto replace aterm with urxvt
tomeara:
Create a symlink for urxvt called aterm in your .local/bin
--- Code: (bash) newbielink:# [nonactive] ---cp -s /usr/local/bin/urxvt ~/.local/bin/aterm
--- End code ---
netnomad:
i guess you mean:
ln -s /usr/local/bin/urxvt ~/.local/bin/aterm
tomeara:
You may also need to change urxvt's term name from rxvt-unicode to rxvt to avoid problems with some programs. One way is to add the following line to your .Xdefaults
URxvt.termName: rxvt
Rich:
Hi netnomad
--- Quote ---i guess you mean:
ln -s /usr/local/bin/urxvt ~/.local/bin/aterm
--- End quote ---
Type cp --help and check out the -s option
netnomad:
hi rich,
i never heard of that variation to link a file...
or is there a technical difference i should consider or obey?
thank you for your reply or explanation.
Navigation
[0] Message Index
[#] Next page
Go to full version