




Hi there, folks! Been using Atuin for a while now, but after a recent clean install of my OS, I noticed the RPS1 set by my zsh (+ ohmyzsh) theme gets mysteriously unset! After some digging, I noticed the function __atuin_osc133_wrap_prompt was actually responsible for the odd behaviour, and I could get my theme working again by replacing it right after Atuin’s eval command: eval "$(atuin init zsh --disable-up-arrow)" || true __atuin_osc133_wrap_prompt() { :; } This is my (small and humble) t...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。