Skip to content

Commit

Permalink
don't bother printing here
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed Oct 2, 2024
1 parent c9e6b35 commit 420f283
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fish_functions/venv.fish
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ function venv --description "Create and activate a new virtual environment"

# I don't want venvs in my home directory; block it if I try
if test "$PWD" = "$HOME"
echo "You can't create a venv in your home directory; switching to temporary directory" >&2
cd $(mktemp -d)
end

Expand Down

0 comments on commit 420f283

Please sign in to comment.