Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Atuin appears to interfere with Oh-My-Posh #2464

Open
1 task done
Eloquencere opened this issue Dec 1, 2024 · 0 comments
Open
1 task done

[Bug]: Atuin appears to interfere with Oh-My-Posh #2464

Eloquencere opened this issue Dec 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Eloquencere
Copy link

Eloquencere commented Dec 1, 2024

What did you expect to happen?

When having transient-prompt enabled in oh-my-posh and triggering Atuin with ctr+r or with up-arrow I expect my command of choice from my history to be moved over to the prompt.

What happened?

While the command is actually moved over, it isn't visible until I press Enter or type another command upon which, the previous command executes. This makes the whole experience quite weird to work with. I even raised this issue with the devs of oh-my-posh, they said the same zsh function that is used by the transient prompt feature of oh-my-posh is being overwritten by Atuin, while they said they'll look into it, they also said it's not a problem with oh-my-posh (Issue #5781).

Atuin doctor output

{
  "atuin": {
    "version": "18.3.0",
    "sync": null,
    "sqlite_version": "3.44.0"
  },
  "shell": {
    "name": "zsh",
    "default": "zsh",
    "plugins": [
      "atuin"
    ],
    "preexec": "built-in"
  },
  "system": {
    "os": "Ubuntu",
    "arch": "x86_64",
    "version": "24.04",
    "disks": [
      {
        "name": "/dev/sda2",
        "filesystem": "ext4"
      },
      {
        "name": "vmhgfs-fuse",
        "filesystem": "fuse.vmhgfs-fuse"
      },
      {
        "name": "vmhgfs-fuse",
        "filesystem": "fuse.vmhgfs-fuse"
      }
    ]
  }
}

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Eloquencere Eloquencere added the bug Something isn't working label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant