ITP: profile

Gerrit P. Haase gp@familiehaase.de
Sun Jul 28 07:12:00 GMT 2002


Hallo John,

Am Sonntag, 28. Juli 2002 um 13:18 schriebst du:

> After (much ;) discussion with Rob here's the first 'release' of the
> profile package.

> If anyone want's to suggest modifications for these files, for example
> DIR_COLOR, key binding..., please send a message (and patch ;) to the
> list.

Ohoh, user environment stuff, that will cause much more discussion;)
I have attatched a patch against your version and my complete
/etc/profile(.default).

Also the DIR_COLOR stuff should be global in /etc/profile (IMO),
plus a global inputrc.  The creation of /etc/inputrc is in
/etc/profile now, but may also be just an
export INPUTRC=/etc/inputrc
in there and include the complete file in the package.

Also I would be interested to know who is 'mwe' who did this
profile stuff which I copied.

# example /etc/inputrc
# see: http://www.ibb.net/~anne/keyboard/keyboard.html#Bash
# This file is read by the 'readline' library
# (the library which bash uses for its command-
# line editing facility)

"\e[3~": delete-char
# this is actually equivalent to "\C-?": delete-char
# VT
"\e[1~": beginning-of-line
"\e[4~": end-of-line
# kvt
"\e[H": beginning-of-line
"\e[F": end-of-line
# rxvt and konsole (i.e. the KDE-app...)
"\e[7~": beginning-of-line
"\e[8~": end-of-line

# Make Insert work
"\e[2~": paste-from-clipboard

# Ignore case for the command-line-completion
# functionality.
#set completion-ignore-case On

set meta-flag On
set convert-meta Off
set output-meta On

# END of .inputrc


Gerrit
-- 
"All faults& bugs are mine - Robert"
    from squid/acinclude.m4,   Sun Apr 21 05:21:21 2002
-------------- next part --------------
A non-text attachment was scrubbed...
Name: profile.patch
Type: application/octet-stream
Size: 2695 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20020728/32f4c14b/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: profile.default
Type: application/octet-stream
Size: 2499 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-apps/attachments/20020728/32f4c14b/attachment-0001.obj>


More information about the Cygwin-apps mailing list