Skip to content

Commit

Permalink
Check deactivate.d for *.fish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 19, 2016
1 parent e5d566d commit 4785742
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shell/conda.fish
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ end
complete -f -c conda -n '__fish_conda_needs_command' -a '(__fish_conda_commands)'

# Commands that need environment as parameter
complete -f -c conda -n '__fish_conda_using_command activate' -a '(__fish_conda_envs)' -d 'Activate this environment'
complete -f -c conda -n '__fish_conda_using_command activate' -a '(__fish_conda_envs)'

# Commands that need package as parameter
complete -f -c conda -n '__fish_conda_using_command remove' -a '(__fish_conda_packages)' -d 'Uninstall this package'
complete -f -c conda -n '__fish_conda_using_command upgrade' -a '(__fish_conda_packages)' -d 'Update this package'
complete -f -c conda -n '__fish_conda_using_command update' -a '(__fish_conda_packages)' -d 'Update this package'
complete -f -c conda -n '__fish_conda_using_command remove' -a '(__fish_conda_packages)'
complete -f -c conda -n '__fish_conda_using_command upgrade' -a '(__fish_conda_packages)'
complete -f -c conda -n '__fish_conda_using_command update' -a '(__fish_conda_packages)'

0 comments on commit 4785742

Please sign in to comment.