Use the nice new print_info debugger here
- ID
445dfd1- date
2025-04-23 07:04:12+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
b1d1cad- message
Use the nice new `print_info` debugger here- changed files
1 file, 1 addition, 1 deletion
Changed files
fish_functions/venv.fish (955) → fish_functions/venv.fish (961)
diff --git a/fish_functions/venv.fish b/fish_functions/venv.fish
index 25f4de3..7544e10 100644
--- a/fish_functions/venv.fish
+++ b/fish_functions/venv.fish
@@ -15,7 +15,7 @@ function venv --description "Create and activate a new virtual environment"
cd $(mktemp -d)
end
- echo "Creating virtual environment in "(pwd)"/.venv"
+ print_info "Creating virtual environment in "(pwd)"/.venv"
uv venv --quiet .venv
source .venv/bin/activate.fish