Skip to content

Instantly share code, notes, and snippets.

@Ziker22
Last active April 30, 2020 12:35
Show Gist options
  • Select an option

  • Save Ziker22/6b8b79fd02d3ca751507fa7088150b35 to your computer and use it in GitHub Desktop.

Select an option

Save Ziker22/6b8b79fd02d3ca751507fa7088150b35 to your computer and use it in GitHub Desktop.
Windows : .bashrc alias for opening new git bash terminal run command and leave open with original terminal interactive
alias open="C:/Program\ Files/Git/git-bash.exe -c 'echo Your command here;exec bash' & >/dev/null 2>&1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment