S
S
Senseich2019-07-08 12:16:43
bash
Senseich, 2019-07-08 12:16:43

How to work in bash without waiting for the program to close?

Hello! Installed Git and am familiar with the Git-bash terminal.
Added aliases to .bashrc to run notepad++ and Sublime Text programs

alias np="/c/Program\ Files\ \(x86\)/Notepad++/notepad++.exe"
alias stt="/c/Program\ Files/Sublime\ Text\ 3/sublime_text.exe"

Notepad++ starts normally, but Sublime Text starts up and Bash waits for me to close the editor, i.e. I can't enter anything further in the console until I close Sublime.
How can this be undone? And why is he waiting for the sublime, but not the notepad?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AVKor, 2019-07-08
@Senseich

stt &

2
20ivs, 2019-07-08
@20ivs

tmux or screen

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question