Saturday, April 24, 2010

.bashrc not run in Cygwin

This can be caused by having HOME defined in Windows system/user environment. Thus say, when you do:
set HOME
... and if you get a response of "Home=D:\Home" for example then this can be fixed by:
cp -p /etc/defaults/etc/skel/.bash_profile ~
in Cygwin bash shell.

See also this link for more information.
ts

No comments:

SBCL Hello world

SBCL Hello, world! Version info: - OS: Windows 11 23H2 (Microsoft Windows [Version 10.0.22631.7079]) - Emacs: 30.2 - SBCL : 2.6.4 - SLI...