Skip to content

take account of $CDPATH #18

@Konfekt

Description

@Konfekt

Thank you for this helpful utility, especially under Bash!

The command

cd() { builtin cd "$@" || _commacd_forward "$@"; }

preserves $CDPATH of cd, but does glob paths in $CDPATH. For tab completion, there is no such workaround.
It probably has to be added into

#  sh/bash/bash.d/functions.d/commacd.sh (line 109)
_commacd_prefix_glob() (

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions