diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-22 10:32:35 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-22 10:32:35 +0200 |
commit | 9c977f45f5a3333ae77bdaa3662682c0959b49da (patch) | |
tree | e1c0a0ca4c81b98bfd7b32ba8200c0036b65444a | |
parent | 5c6aed64d6f9a8e782921d0b26f99a0c14b82dcf (diff) |
etc/variables: Added LISTMAX=0 so the tab completion only asks when it woudl scroll of the screen
-rw-r--r-- | etc/variables | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/variables b/etc/variables index ac707fd..e857bd8 100644 --- a/etc/variables +++ b/etc/variables @@ -5,6 +5,7 @@ HISTFILE=~/.histfile HISTSIZE=50000 SAVEHIST=$HISTSIZE DIRSTACKSIZE=20 +LISTMAX=0 # Paths [ "$path[1]" = "$HOME/bin" ] || export PATH=$HOME/bin:$PATH |