Last active
April 30, 2020 12:35
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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