]> git.pld-linux.org Git - projects/setup.git/commitdiff
- Grrr... binding 'complete' to '^I' needed due to last bunch of debian patches
authoradgor <adgor@pld-linux.org>
Tue, 6 Apr 2004 09:43:58 +0000 (09:43 +0000)
committeradgor <adgor@pld-linux.org>
Tue, 6 Apr 2004 09:43:58 +0000 (09:43 +0000)
Changed files:
    etc/profile -> 1.38

etc/profile

index f2247ae0c21329a72ab499588ead74cdff08bea3..9ea15585cf8841fc7d53b71f84b689738eaba004 100644 (file)
@@ -72,6 +72,7 @@ case "$SH" in
        fi
        PS2='> '
        set -o emacs
+       bind '^I'=complete >/dev/null 2>&1
        bind '^[^I'=complete-list >/dev/null 2>&1
        #
        # Setup some of the most basic editing functions
This page took 0.0872 seconds and 4 git commands to generate.