Remove special p10k/Cursor handling, use VSCode shell integration properly

This commit is contained in:
2025-06-11 15:28:28 -05:00
parent d1d925232d
commit e090509339
2 changed files with 15 additions and 25 deletions

View File

@@ -102,6 +102,8 @@ if command -v thefuck &> /dev/null; then
eval $(thefuck --alias)
fi
[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path bash)"
{{/* Common shared aliases, scripts, & shell setup details. */ -}}
{{ template "scripts/commonrc.sh.tmpl" dict "data" . "shell" "bash" }}