Skip to main content

All Questions

Tagged with
2 votes
1 answer
589 views

Suppress (or quiet) the output of bash: "Hit any key to close this window..."

Typically when I invoke an GUI application in vim, I get a command prompt that awaits for my response: shell returned 1 Hit any key to close this window... How can I not make this prompt to show up, ...
Forethinker's user avatar
2 votes
3 answers
663 views

how to start an interactive shell with special setup

I want to start an interactive zsh (on cygwin) with project specific set-up: source /etc/profile source ~/.profile source $PROJECT_HOME/Setup.zsh become interactive I got as far a step 3 but then ...
Martin's user avatar
  • 343