We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
asdf
direnv
1 parent e6ebab6 commit e8c1e16Copy full SHA for e8c1e16
{{ cookiecutter.project_name_dashed }}/.devcontainer/override.zshrc
@@ -13,5 +13,11 @@ plugins=(
13
# Load oh-my-zsh with the configured settings
14
source $ZSH/oh-my-zsh.sh
15
16
+# Load asdf
17
+. "$HOME/.asdf/asdf.sh"
18
+
19
+# Initialize direnv
20
+eval "$(direnv hook zsh)"
21
22
# Attempt to activate the Python virtual environment for every session
-source /workspaces/{{ cookiecutter.project_name_dashed }}/.venv/bin/activate 2>/dev/null || true
23
+source /workspaces/{{ cookiecutter.project_name_dashed }}/.venv/bin/activate 2>/dev/null || true
0 commit comments