Am 28/02/16 um 19:58 schrieb John Andersen:
On 02/28/2016 04:58 AM, Markus Egg wrote:
Previous to that when I did ll direcory the cursor stopped after directory/ so that I could simply go on typing further directory names.
Now it stops after directory * ( * = cursor, one space between the directory and cursor) I have to go back with backspace, type in '/' and then go on. Much more complicated.
Mine behaves as before on 13.2 (the way Marcus described first above.)
Markus: Is this always the case, everywhere? Is there a chance that there exists a file of the same name as the directory one level above the directory?
Is this in any way related to glibc? If so its not immediately obvious.
Hello, It is always like that with 'ls' in every directory and up to now it does not seem to depend on the content of the directory. Very annoying. Where can I normally set the completion behaviour of bash? Up to now I never needed to change anything there. :-( /etc/profile.d/bash_completion.sh is dated Sep 27 2013, so no change there. GNU bash, version 4.2.53(1)-release (x86_64-suse-linux-gnu) more /etc/profile.d/bash_completion.sh # Check for interactive bash and that we haven't already been sourced. [ -z "$BASH_VERSION" -o -z "$PS1" -o -n "$BASH_COMPLETION_COMPAT_DIR" ] && return # Check for recent enough version of bash. bash=${BASH_VERSION%.*}; bmajor=${bash%.*}; bminor=${bash#*.} if [ $bmajor -gt 4 ] || [ $bmajor -eq 4 -a $bminor -ge 1 ]; then [ -r "${XDG_CONFIG_HOME:-$HOME/.config}/bash_completion" ] && \ . "${XDG_CONFIG_HOME:-$HOME/.config}/bash_completion" if shopt -q progcomp && [ -r /usr/share/bash-completion/bash_completion ]; then # Source completion code. . /usr/share/bash-completion/bash_completion fi fi unset bash bmajor bminor ~/.config/bash_completion does not exist /usr/share/bash-completion/bash_completion is also dated Sep 27 2013 But there seem to be changes in /usr/share/bash-completion/completions Feb 22 which fits to the date of update. I am not an expert in bash completion. What may cause a change of ls behaviour ('cd' does the same as before, 'cd' and 'ls' behaved in the same way before that update)? Thanks in advance. ME -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org