Every time I need to use sublime to open a project from terminal, I have to do this:
nohup sublime . &
Is there a way to short it?
|
Every time I need to use sublime to open a project from terminal, I have to do this:
Is there a way to short it? |
|||||
|
|
You can make command short by editing
For here you can use
|
|||
|
|
|
You could make a wrapper script something like this -
Now typing It's traditional to use aliases for this, but I have always preferred using wrappers because they are more flexible if you decide to edit them to do more complex tasks later. |
||||
|
|
|
Add following to your
This will create an alias for the command. You can always execute then |
|||
|
|
You can shorten commands by creating an alias. Aliases should be put in Alias in
|