Skip to content

Instantly share code, notes, and snippets.

@nicolas-t
Forked from n3dst4/ConEmu Git Bash.md
Last active October 26, 2016 13:54
Show Gist options
  • Save nicolas-t/3fd016c7d08268722a27 to your computer and use it in GitHub Desktop.
Save nicolas-t/3fd016c7d08268722a27 to your computer and use it in GitHub Desktop.

Revisions

  1. nicolas-t revised this gist Aug 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ConEmu Git Bash.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    4. Enter the name as `Git Bash` or whatever you like
    5. Task parameters:

    /icon "C:\Program Files (x86)\Git\etc\git.ico" /dir "C:\_git"
    /icon "C:\Program Files (x86)\Git\etc\git.ico" /dir "C:\Users\nicolas"

    6. Command:

  2. @n3dst4 n3dst4 revised this gist Sep 11, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ConEmu Git Bash.md
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,6 @@

    "C:\Program Files (x86)\Git\bin\sh.exe" --login -i

    If you want to force your $HOME directory to be on local HD not network drive, you can do this instead:
    If you want to force your $HOME directory to be on local HD not network drive, you can do this as the command instead:

    "set PATH=C:\Users\Ndecarteret;%PATH%" & "set HOME=C:\Users\Ndecarteret" & "C:\Program Files (x86)\Git\bin\sh.exe" --login -i
  3. @n3dst4 n3dst4 revised this gist Sep 11, 2014. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions ConEmu Git Bash.md
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,11 @@
    5. Task parameters:

    /icon "C:\Program Files (x86)\Git\etc\git.ico" /dir "C:\_git"

    6. Command:

    "C:\Program Files (x86)\Git\bin\sh.exe" --login -i

    If you want to force your $HOME directory to be on local HD not network drive, you can do this instead:

    "set PATH=C:\Users\Ndecarteret;%PATH%" & "set HOME=C:\Users\Ndecarteret" & "C:\Program Files (x86)\Git\bin\sh.exe" --login -i
  4. @n3dst4 n3dst4 revised this gist Sep 11, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion ConEmu Git Bash.md
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,9 @@
    3. Click `+` to add a new task
    4. Enter the name as `Git Bash` or whatever you like
    5. Task parameters:
    /icon "C:\Program Files (x86)\Git\etc\git.ico" /dir "C:\_git"

    /icon "C:\Program Files (x86)\Git\etc\git.ico" /dir "C:\_git"
    6. Command:

    "C:\Program Files (x86)\Git\bin\sh.exe" --login -i

  5. @n3dst4 n3dst4 revised this gist Sep 11, 2014. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions ConEmu Git Bash.md
    Original file line number Diff line number Diff line change
    @@ -3,10 +3,8 @@
    3. Click `+` to add a new task
    4. Enter the name as `Git Bash` or whatever you like
    5. Task parameters:

    /icon "C:\Program Files (x86)\Git\etc\git.ico" /dir "C:\_git"

    6. Command:

    "C:\Program Files (x86)\Git\bin\sh.exe" --login -i

  6. @n3dst4 n3dst4 revised this gist Sep 11, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions ConEmu Git Bash.md
    Original file line number Diff line number Diff line change
    @@ -4,9 +4,9 @@
    4. Enter the name as `Git Bash` or whatever you like
    5. Task parameters:

    /icon "C:\Program Files (x86)\Git\etc\git.ico" /dir "C:\_git"
    /icon "C:\Program Files (x86)\Git\etc\git.ico" /dir "C:\_git"

    6. Command:

    "C:\Program Files (x86)\Git\bin\sh.exe" --login -i
    "C:\Program Files (x86)\Git\bin\sh.exe" --login -i

  7. @n3dst4 n3dst4 revised this gist Sep 11, 2014. 1 changed file with 9 additions and 6 deletions.
    15 changes: 9 additions & 6 deletions ConEmu Git Bash.md
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,12 @@
    Open Conemu
    Open Settings -> Tasks or go to new tab button -> Setup tasks.
    Click `+` to add a new task
    Enter the name as `Git Bash` or whatever you like
    Task parameters:
    1. Open Conemu
    2. Open Settings -> Tasks or go to new tab button -> Setup tasks.
    3. Click `+` to add a new task
    4. Enter the name as `Git Bash` or whatever you like
    5. Task parameters:

    /icon "C:\Program Files (x86)\Git\etc\git.ico" /dir "C:\_git"
    Command:

    6. Command:

    "C:\Program Files (x86)\Git\bin\sh.exe" --login -i

  8. @n3dst4 n3dst4 renamed this gist Sep 11, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  9. @n3dst4 n3dst4 renamed this gist Sep 11, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  10. @n3dst4 n3dst4 created this gist Sep 11, 2014.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    Open Conemu
    Open Settings -> Tasks or go to new tab button -> Setup tasks.
    Click `+` to add a new task
    Enter the name as `Git Bash` or whatever you like
    Task parameters:
    /icon "C:\Program Files (x86)\Git\etc\git.ico" /dir "C:\_git"
    Command:
    "C:\Program Files (x86)\Git\bin\sh.exe" --login -i