21be858e7a
Tue Jan 13 2004 Jens Petersen <petersen@redhat.com> - 4.0.9-1 - update to 4.0.9 release - zsh-4.0.7-completion-_files-110852.patch no longer needed - update zsh-4.0.7-bckgrnd-bld-102042.patch to better one with --with-tcsetpgrp configure option by Philippe Troin - configure --with-tcsetpgrp - buildrequire texinfo for makeinfo - fix ownership of html manual (112749) [Florian La Roche] Tue Dec 09 2003 Jens Petersen <petersen@redhat.com> - 4.0.7-3 - no longer "stty erase" in /etc/zshrc for screen [Lon Hohberger] Thu Nov 27 2003 Jens Petersen <petersen@redhat.com> - 4.0.7-2 - quote % in file glob'ing completion code (#110852) [reported with patch by Keith T. Garner] - add zsh-4.0.7-bckgrnd-bld-102042.patch from Philippe Troin to allow configure to run in the background (#102042) [reported by Michael Redinger] - above patch requires autoconf to be run - include html manual in separate -html subpackage - changed url to master site - skip completion tests on ppc and ppc64 for now, since they hang
17 lines
469 B
Plaintext
17 lines
469 B
Plaintext
#
|
|
# /etc/zshrc is sourced in interactive shells. It
|
|
# should contain commands to set up aliases, functions,
|
|
# options, key bindings, etc.
|
|
#
|
|
|
|
# Shell functions
|
|
setenv() { export $1=$2 } # csh compatibility
|
|
|
|
# Set prompts
|
|
PROMPT='[%n@%m]%~%# ' # default prompt
|
|
#RPROMPT=' %~' # prompt for right side of screen
|
|
|
|
# bindkey -v # vi key bindings
|
|
# bindkey -e # emacs key bindings
|
|
bindkey ' ' magic-space # also do history expansion on space
|