d06cd0c Create fish sub package

Authored and Committed by Steve Traylen 3 years ago
1 file changed. 15 lines added. 1 lines removed.
    Create fish sub package
    
    Install the conda fish configuration as a subpackage conda-fish that
    requires the fish package in order to make sure `/etc/fish/conf.d`
    is in place.
    
    Once this package is installed
    
    ```
    fish
    fish> conda create --name snowflakes biopython
    ```
    
    and similar is working.
    
        
file modified
+15 -1