Skip to content

Commit

Permalink
Merge pull request conda#8645 from soapy1/fish-activation
Browse files Browse the repository at this point in the history
Fix fish activation
  • Loading branch information
msarahan authored May 9, 2019
2 parents 05e66cc + dd47831 commit a36c1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/core/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ def _config_fish_content(conda_prefix):
conda_initialize_content = dals("""
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
eval (eval %(conda_exe)s "shell.fish" "hook" $argv)
eval %(conda_exe)s "shell.fish" "hook" $argv | source
# <<< conda initialize <<<
""") % {
'conda_exe': conda_exe,
Expand Down

0 comments on commit a36c1fe

Please sign in to comment.