Answer the question
In order to leave comments, you need to log in
How to put an alias in ubuntu?
Put sublime text 3, but in the terminal on sublime in all variations of the word nothing happens except "command not found".
How to register an alias to open the editor (including opening files through it)?
Found something similar but not the same:alias sublime="sublime text 3"
Answer the question
In order to leave comments, you need to log in
I have Sublime (as well as several other programs) not in the system folder, but simply, for example, in ~/sublime.
There is a bin folder in the home directory. There I have a link to sublime_text.
[email protected] ~/bin $ readlink sublime
/home/deck/Sublime/sublime_text
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question