lewisacidic / fish-conda-abbr

Fish abbreviations for the conda package manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fish-conda-abbr

Abbreviations for conda for the fish shell 🐟.

Installing

Using fisher:

fisher add lewisacidic/fish-conda-abbr

Usage

Fish abbreviations replace typed text with an extended command after pressing <Space> or <Enter>.

abbreviation result
c conda
cac conda activate
cda conda deactivate
cin conda install
crm conda remove
cls conda list
cerm conda env remove
cermn conda env remove -n
ceup conda env update
ceupn conda env update -n
ceupf conda env update -f
cecr conda env create
cecrn conda env create -n
cecrf conda env create -f
ccl conda clean
cup conda update
cbld conda build

See Also

About

Fish abbreviations for the conda package manager.

License:MIT License


Languages

Language:Shell 100.0%