chore(develop): remove now-broken stack auto-completion fix (missing --bash-completion-script)

This commit is contained in:
Sarah Vaupel 2024-01-14 00:13:09 +01:00
parent c85bf34e80
commit 97b6cd83bd

View File

@ -208,7 +208,7 @@ let
autoload -U +X compinit && compinit
autoload -U +X bashcompinit && bashcompinit
fi
eval "$(stack --bash-completion-script stack)"
# eval "$(stack --bash-completion-script stack)"
$(getent passwd $USER | cut -d: -f 7)
'';