From 6dc9120dd0fd965b970424fab9e57e57ffbb7798 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 1 Aug 2025 10:37:26 -0700 Subject: [PATCH] [zsh] Update the Usage message of update-path to note the default is exporting the modified variable --- zsh/func/update-path | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/func/update-path b/zsh/func/update-path index 4172df4..624258a 100644 --- a/zsh/func/update-path +++ b/zsh/func/update-path @@ -20,7 +20,8 @@ Arguments --------- %B-e%b | %B--export%b | %B--no-export%b - Export the variable after modification. + Export the variable after modification. The default is to export if the + variable is modified. %B-f%b | %B--force%b Unconditionally add the path, even if it doesn't exist.