Changed the default for tab completion of symlinks to directories; as of

bash 2.05 you would have to press the tab key twice to get the "/" appended
at the end - not anymore :)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11067 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-01-26 14:10:18 +00:00
parent a60f0fba94
commit 3682eb4fcb

View File

@ -137,7 +137,7 @@ int _rl_complete_mark_directories = 1;
readline-4.2a is disabled, and symlinks that point to directories have
a slash appended (subject to the value of _rl_complete_mark_directories).
This is user-settable via the mark-symlinked-directories variable. */
int _rl_complete_mark_symlink_dirs = 0;
int _rl_complete_mark_symlink_dirs = 1;
/* If non-zero, completions are printed horizontally in alphabetical order,
like `ls -x'. */