diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-11-08 20:47:05 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-11-08 20:47:05 +0100 |
commit | a8b2035aa72696282d454c55126666b1ccb6b58c (patch) | |
tree | 72c71943da18f904523455f069080a06abbc9742 /etc/options | |
parent | a2a8030a7bf1f79d3c250bac0d595cd49e1eac35 (diff) |
options: Enabled list_packed
Diffstat (limited to 'etc/options')
-rw-r--r-- | etc/options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/options b/etc/options index 35dba8f..9552a1a 100644 --- a/etc/options +++ b/etc/options @@ -21,6 +21,9 @@ setopt dvorak # zshexpn(1) -> Filename generation setopt extended_glob +# More compact completion menus +setopt list_packed + # Accidently hitting ^s sucks (alternative: `stty -ixon`) unsetopt flow_control |