# -*- shell-script -*-
#
## .zshoption for  in 
## 
## Made by benoit perrot
## Login   <perrot_b@epita.fr>
## 
## Started on  Sat Mar  9 12:45:07 2002 benoit perrot
## Last update Sat May  4 00:27:36 2002 joseph marchand
##

##
## SHELL OPTION
##

# Perform 'cd' on a directory name if no homonymous command is found
setopt auto_cd

# Automatically list choices on an ambiguous completion
setopt auto_list

# Add a slash after a completed directory name
setopt auto_param_slash
# 
setopt auto_param_keys

# Completion options
setopt complete_aliases
setopt complete_in_word

# Try to correct the spelling of commands, using dvorak examination
setopt correct

# Perform = filename expansion
setopt equals

# Assume  '#', '~' and '^' as part of patterns for filename generation
setopt extended_glob

# Note the location of each command
setopt hash_cmds
# Whenever a command name is hashed, hash the directory containing it
setopt hash_dirs

# Avoid duplicating older command in the history
setopt hist_ignore_dups
# Write history in append mode
setopt append_history

# Explicit
setopt mail_warning

setopt magic_equal_subst

setopt no_bg_nice
setopt numeric_globsort
setopt prompt_subst
