From 56f0ec4bf683d86c590fdf8998aa69a437e7f1e3 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Sat, 8 Jul 2023 07:20:56 -0600 Subject: [PATCH] docs: note about error code 1 this same problem occured for me with a 1 error code return --- docs/tpm_not_working.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tpm_not_working.md b/docs/tpm_not_working.md index 6680291..590759f 100644 --- a/docs/tpm_not_working.md +++ b/docs/tpm_not_working.md @@ -100,3 +100,5 @@ set-environment -g PATH "/opt/homebrew/bin:/bin:/usr/bin" ``` before any `run-shell`/`run` commands in `~/.tmux.conf`. + +Note that same error can also trigger a `~/.tmux/plugins/tpm/tpm' returned 1` error. \ No newline at end of file