Skip to content

Commit 71db253

Browse files
author
=
committed
double envs displaying in Code
1 parent a3e5fd3 commit 71db253

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.condarc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
channels:
22
- defaults
33
changeps1: false
4+
# see https://github.com/microsoft/vscode-python/issues/22233
5+
auto_activate_base: false

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
here's where I store most of my config files, symlinked to their homes
44

5+
reminder for myself how symlnk works to save me a google
6+
7+
```zsh
8+
ln -s /Users/dataders/repos/dotfiles/{FILE} /Users/dataders/{FILE}
9+
```
10+
511
## Configurations
612

713
### Prezto

0 commit comments

Comments
 (0)