b244625d8a
Sat Apr 10 2004 Jens Petersen <petersen@redhat.com> - 4.2.0-1 - update to 4.2.0 stable release - zsh-4.0.7-bckgrnd-bld-102042.patch no longer needed - add compinit and various commented config improvements to .zshrc (Eric Hattemer,#114887) - include zshprompt.pl in doc dir (Eric Hattemer) - drop setenv function from zshrc
17 lines
471 B
Plaintext
17 lines
471 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
|