File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -259,8 +259,6 @@ z4h bindkey z4h-cd-down Shift+Down # cd into a child directory
259259autoload -Uz zmv
260260autoload -Uz $fpath[1]/*(.:t) # Load all my functions
261261
262- # add-zsh-hook chpwd activate_venv_on_cd
263-
264262autoload -Uz bracketed-paste-url-magic
265263zle -N bracketed-paste bracketed-paste-url-magic
266264autoload -Uz url-quote-magic
@@ -276,6 +274,7 @@ z4h source /etc/grc.zsh # Colourize all the other things
276274z4h source -- ${HOMEBREW_PREFIX:+$HOMEBREW_PREFIX/etc/grc.zsh} # Colourize all the other things
277275z4h source -- ${XDG_CONFIG_HOME}/mise/activate.zsh 2>/dev/null # From running `mise activate zsh` and then modified to not assume a path.
278276# _exists mise && eval "$(mise activate zsh)"
277+ [[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"
279278
280279unfunction _exists
281280
You can’t perform that action at this time.
0 commit comments