diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2009-11-12 22:02:20 +0100 |
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-11-12 22:02:20 +0100 |
| commit | c7927ea61730bd6d8a283078d89dffdca08535cd (patch) | |
| tree | 2f6098a2aa4070d9d35c6a4c1cf9614a8da9c0f6 /etc/options | |
| parent | d3d4767fb5ba7e036cdbb8e351f678e54e95078f (diff) | |
Merge stuff into .zshrc
Diffstat (limited to 'etc/options')
| -rw-r--r-- | etc/options | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/etc/options b/etc/options deleted file mode 100644 index 056abbb..0000000 --- a/etc/options +++ /dev/null @@ -1,31 +0,0 @@ -## Some useful options, see zshoptions(1) -## vim:ft=zsh - -## Directory changing -# Automatically use 'pushd' when cd'ing into a directory -# so I can use popd or 'cd -1' to get back where I came from. -# And don't print the stack everytime using popd. -setopt auto_pushd pushd_ignore_dups pushd_minus pushd_silent -setopt auto_cd - -## Prompt -setopt transient_rprompt - -## Completion -setopt list_packed - -## Expansion / Globbing -setopt extended_glob - -## History -unsetopt bang_hist - -## Input/Output -setopt correct -# greedy is more like dvorak than qwerty... -setopt dvorak -unsetopt flow_control -setopt rc_quotes - -## ZLE -unsetopt beep |
