Everytime I create a file in cygwin shell, files end up with the shared folder icon on Windows Vista and it is a hell of pain to remove this icon (unsharing a folder takes a whole lot of time). This happens with files under your Documents folder, not with files created elsewhere.
In order to fix this behavior, you can do the following in a cygwin shell:
export CYGWIN=nontsec
Or even better, edit your .bashrc and add this export to be done everytime you launch a new shell.
0 comments:
Post a Comment