Skip to content

Commit

Permalink
chore: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Jul 31, 2024
1 parent f09eea5 commit 6b133ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pipenv/shells.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@ def _get_activate_script(cmd, venv):
This is POSIX-only at the moment since the compat (pexpect-based) shell
does not work elsewhere anyway.
"""
# Suffix and source command for other shells.
# Support for fish shell.
# Suffix and source command for various shells.
if cmd.endswith("/sh", "/bash", "/zsh"):
suffix = ""
command = "."
elif cmd.endswith("/fish"):
suffix = ".fish"
command = "source"
# Support for csh shell.
elif cmd.endswith("/csh"):
suffix = ".csh"
command = "source"
Expand Down

0 comments on commit 6b133ef

Please sign in to comment.