From 9c977f45f5a3333ae77bdaa3662682c0959b49da Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 22 Jun 2008 10:32:35 +0200 Subject: etc/variables: Added LISTMAX=0 so the tab completion only asks when it woudl scroll of the screen --- etc/variables | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/variables') 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 -- cgit v1.2.3