( Cygwin-Tab , ) :
Maximus, Cygwin- Bash C:\cygwin64\Cygwin.bat, . , .
.bash_profile:
if [ -f "${HOME}/startup.sh" ] ; then
source "${HOME}/startup.sh"
fi
startup.sh
cdc "D:\Downloads\Programming\Selenium\"
.bashrc
cdc()
{
p=$(cygpath -u "$1")
cd "$p"
}
, bash , startup.sh. , , Cygwin- startup.sh .bashrc. - , startup.sh.
:
Cygwin.bat C:\opt\ConEmu\ConEmu :
Cygwin.bat
@echo off
C:
echo cdc %1 > C:\opt\cygwin64\home\%USERNAME%\startup.sh
:: Your ConEmu-Task-definition here
C:\opt\ConEmu\ConEmu64.exe /Single /cmd {Cygwin}
cdc, , , startup.sh ConEmu-Task Cygwin. , Cygwin :
ConEmu {Cygwin}
"C:\opt\cygwin64\Cygwin.bat"
Cygwin.bat . Windows, Cygwin.bat .