fix(shell): clarify poke tree header to 'Created missing directories:'

This commit is contained in:
2026-06-03 23:11:02 -04:00
parent e063763c0e
commit 4df10a7a2c
+1 -1
View File
@@ -49,7 +49,7 @@ function _fish_mkdir_p --description 'mkdir -p with configurable verbose output'
end
# Tree mode: dimmed existing anchor, then cyan new dirs.
echo (set_color --bold cyan)"Created:"(set_color normal)
echo (set_color --bold cyan)"Created missing directories:"(set_color normal)
set -l anchor (string replace -- "$HOME" "~" $cursor)"/"
echo (set_color brblack)" $anchor"(set_color normal)
set -l i 1