lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lmi] Cygwin installation


From: Greg Chicares
Subject: Re: [lmi] Cygwin installation
Date: Tue, 04 Dec 2007 21:37:32 +0000
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

On 2007-07-24 15:41Z, Greg Chicares wrote:
[my old '.zshrc' recommendations for Cygwin]
> PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH"

Here's what I'm currently using instead. It's identical to what
the original message recommended except for $PATH, which reflects
recent changes in the automated installation for msw. I guess
'/opt/lmi/local/bin' is a bit unusual, but that's an advantage:
we use it for libraries built automatically with customized
configurations; and no one else has any business writing anything
there, so our uninstall program is just 'rm'.

[In case you're not familiar with the 'heredoc' syntax: copying
and pasting this into a shell overwrites your 'zsh' startup file.]

cat >~/.zshrc <<'EOF'
PATH="/opt/lmi/local/bin:/opt/lmi/local/lib:/usr/bin:/bin:/usr/sbin:/sbin:$PATH"

bindkey "\e[3~" delete-char
bindkey "\e[1~" beginning-of-line
bindkey "\e[4~" end-of-line

prompt=%d[%?]$

HISTSIZE=1000
SAVEHIST=1000
HISTFILE=~/.history
setopt HIST_IGNORE_DUPS
EOF




reply via email to

[Prev in Thread] Current Thread [Next in Thread]