Skip to content

Instantly share code, notes, and snippets.

View Ziker22's full-sized avatar

Juraj Slavicek Ziker22

  • Slovakia
View GitHub Profile
@Ziker22
Ziker22 / .bashrc
Last active April 30, 2020 12:35
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"