]> git.pld-linux.org Git - projects/setup.git/commitdiff
- more ksh93 stuff (Home and End work now :)
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 14 May 2001 20:17:34 +0000 (20:17 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 14 May 2001 20:17:34 +0000 (20:17 +0000)
Changed files:
    etc/profile -> 1.18

etc/profile

index 389f71ab41c624fff69e091b652c3bc5cafb6e21..b704f15f6205c0a09371ec5f764f91c24a795e49 100644 (file)
@@ -99,6 +99,7 @@ case "$SH" in
        fi
        PS2='> '
        set -o emacs
+       trap 'case ${.sh.edchar} in  "\e[4~") .sh.edchar="\ 5" ;; "\e[1~") .sh.edchar="\ 1" ;; esac' KEYBD
        ;;
   zsh)
        PS1='[%n@%m %~]%(!.#.%\$) '
This page took 0.078947 seconds and 4 git commands to generate.