• exu@feditown.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 months ago

        If I have two folders in my directory, Dir1 and dir2, what does d <TAB> autocomplete to and what should it do?

        • ReCursing@lemmings.world
          link
          fedilink
          arrow-up
          2
          ·
          4 months ago

          In the case of zsh it will quite happily do either and ask you which you meant just like if they were called Dir1 and Dir2. Also works if you have a dir1 and Dir2 in the same directory as well

        • KillingTimeItself@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 months ago

          it depends on your shell configs. In my case it sits at dir/Dir (case insensitive) waiting for me to specify 1 or 2, where as if you disable it, it’s dependent on whether or not you type d or D.