diff --git a/private_dot_config/private_fish/functions/ve.fish b/private_dot_config/private_fish/functions/ve.fish index 514bd04..bafb546 100644 --- a/private_dot_config/private_fish/functions/ve.fish +++ b/private_dot_config/private_fish/functions/ve.fish @@ -1,3 +1,3 @@ -function ve - source ve/bin/activate.fish +function ve --description "Activate python virtual environment" + source ve/bin/activate.fish end