We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e5fd3 commit 71db253Copy full SHA for 71db253
.condarc
@@ -1,3 +1,5 @@
1
channels:
2
- defaults
3
changeps1: false
4
+# see https://github.com/microsoft/vscode-python/issues/22233
5
+auto_activate_base: false
README.md
@@ -2,6 +2,12 @@
here's where I store most of my config files, symlinked to their homes
+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
11
## Configurations
12
13
### Prezto
0 commit comments