summaryrefslogtreecommitdiff
path: root/etc/variables
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-22 10:32:35 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-22 10:32:35 +0200
commit9c977f45f5a3333ae77bdaa3662682c0959b49da (patch)
treee1c0a0ca4c81b98bfd7b32ba8200c0036b65444a /etc/variables
parent5c6aed64d6f9a8e782921d0b26f99a0c14b82dcf (diff)
etc/variables: Added LISTMAX=0 so the tab completion only asks when it woudl scroll of the screen
Diffstat (limited to 'etc/variables')
-rw-r--r--etc/variables1
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