Add description to fish ve function.

And use tabs, The Correct Way.
This commit is contained in:
Eli Ribble 2024-03-06 19:15:23 +00:00
parent 8c40f68313
commit 2ae5b37f86
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
function ve
function ve --description "Activate python virtual environment"
source ve/bin/activate.fish
end