mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
This reverts commit cfbe99d3fb
.
This commit is contained in:
parent
471c81c5ff
commit
06dd1258c3
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Activate conda environment
|
||||
export def-env activate [
|
||||
env_name: string@'nu-complete conda envs' = "base" # name of the environment
|
||||
--no-prompt # do not update the prompt
|
||||
env_name: string@'nu-complete conda envs' # name of the environment
|
||||
--no-prompt # do not update the prompt
|
||||
] {
|
||||
let conda_info = (conda info --envs --json | from json)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue