-
Notifications
You must be signed in to change notification settings - Fork 5
Customization
Jean-Noël Rouvignac edited this page Sep 8, 2015
·
2 revisions
This paragraph was contributed by icdpdc, see Issue #23
To Configure Open Shell and Open Explorer commands in the Eclipse-Menu Window > Preferences > Tarlog Plugins:
/usr/bin/nohup gnome-terminal --working-directory={0} &
/usr/bin/nohup nautilus {0} &
open -a Terminal {0}
open {0}
<CygwinRoot>\bin\mintty.exe /bin/env CHERE_INVOKING=1 /bin/bash -l
where <CygwinRoot> is the Root Directory for Cygwin (e.g., C:\cygwin64
)