From 5314f8d5d8684cdcb8b935df56c75b94d7f6ba2b Mon Sep 17 00:00:00 2001 From: Reach Date: Tue, 31 Dec 2024 11:37:47 +0100 Subject: [PATCH] fix: remove pyenv as it doesn't handle packages --- crates/atuin/src/command/client/wrapped.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/atuin/src/command/client/wrapped.rs b/crates/atuin/src/command/client/wrapped.rs index 2530f9e300b..8e10d91979b 100644 --- a/crates/atuin/src/command/client/wrapped.rs +++ b/crates/atuin/src/command/client/wrapped.rs @@ -40,7 +40,6 @@ impl WrappedStats { "pip3", "pipenv", "poetry", - "pyenv", "pipx", "uv", "brew",