feat(shell): add poke, _fish_mkdir_p utility, and update fish-deps for ov/yay #28

Merged
rootiest merged 5 commits from feat/poke-and-fish-deps-ov-yay into main 2026-06-04 03:31:25 +00:00
Showing only changes of commit 4df10a7a2c - Show all commits
+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