Dave Korn wrote:
The issue is that on a Unix system, you set your home dir by editing
/etc/passwd. Leave the windoze environment alone.
I've set for a long time both the HOME windows environment, so other
win32 native GNU applications are aware of it, and the /etc/password
entry to the same va
THUFIR HAWAT wrote:
how is "script" enabled, pls?
There is a script package as part of [1]this project. Just installed it
and seems to work as expected.
1. http://cygwin-ports.sourceforge.net/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.
Thorsten Kampe escribió:
[HKEY_CLASSES_ROOT\Folder\shell\command\command]
@="C:\\cygwin\\bin\\rxvt.exe -e /bin/zsh --login -i -s \"%1\""
and...
if [[ $OSTYPE = cygwin && $ARGC = 1 ]]; then
cd $@; fi
I set bash instead of zsh, and try to use $# instead of $ARGC, in my
.bashrc. There, $# always
3 matches
Mail list logo