How can I create a Cygwin shortcut that will open Cygwin at a specific folder? This would obviate having to type
cd /cygdrive/c/Users/Tom/Desktop/
each time I launch Cygwin.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When you install Cygwin (or if you’ve already installed it, download it again and start setup again to run an update), make sure that you select the
cherepackage under the “Shells” category.After Cygwin is launched, open up a Cygwin terminal (as an administrator) and type the command:
chere -i -t mintty -s bash.Now you should have “Bash Prompt Here” in the Windows right-click context menu.
(mintty is Cygwin’s default terminal. If you don’t choose it with the
-toption, your “Bash Prompt Here” will use the same terminal as the Windows Command Prompt, which prevents horizontal resizing.)