diff --git a/functions/venv.fish b/functions/venv.fish index 79d8719..ae471ec 100644 --- a/functions/venv.fish +++ b/functions/venv.fish @@ -35,7 +35,7 @@ end complete -c venv -f # subcommand completion -set -l commands list deactivate activate remove +set -l commands list l deactivate d activate a remove r complete -c venv -n "not __fish_seen_subcommand_from $commands" -a "$commands" # activate completion