Koichi Murase

Results 1368 comments of Koichi Murase

When we added the array version of `PROMPT_COMMAND` to Bash 5.1, we intended that existing Bash configurations assuming the scalar `PROMPT_COMMAND` would not be broken. In that sense, the direnv...

The linked page seems to describe a setting of Android. @qzstatic How is this related to Oh My Bash (which is a setting for interactive sessions of Bash)?

@qzstatic Could you elaborate on this? If it was actually unrelated to Oh My Bash, please tell us that.

We received another report in oh-my-bash caused by this issue. May I ask what is the current blocker of this fix? Is it blocked because no one knows how to...

https://gitlab.isc.org/isc-projects/bind9/-/issues/4879 @yedayak seems to have already shown interest in implementing it in the upstream project, and the upstream maintainer seems to be interested in having and maintaining the completions in...

Thanks for the report. I haven't cared so much about the compatibility in `contrib` as `contrib` is originally meant to provide example settings, but I probably need to care about...

I currently don't have an idea about a better solution other than implementing `column` by ourselves. For now, I probably need to add `util-linux >= 2.39` to the requirements of...

UserKnownHostsFile and GlobalKnownHostsFile also seem to be the `ssh_config` options that affect listing hostnames.

If one cares about the overhead, one can also consider using a function substitution (also known as "no-fork command substitution") introduced in Bash 5.3 (which is still beta now, though)...