summaryrefslogtreecommitdiff
path: root/etc/options
blob: 59e34b7aa9fa55b6d9ae0df43a1070ad5ee8209f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## 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

## 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