added how to update alternatives in debian/ubuntu
An absolutely brilliant installation manual how to install Sublime on Ubuntu:
How to install Sublime Text 2 on Ubuntu
If you want now type 'editor' in bash and start sublime as your default editor you have to update the alternative system that Debian introduces.
update-alternatives --install /usr/bin/editor editor /opt/Sublime\ Text\ 2/sublime_text 55 update-alternatives --display editor
No comments:
Post a Comment