Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Commit e01b1ef

Browse files
committed
[automated commit or incremental update]
1 parent 00a0fb7 commit e01b1ef

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

10-prompt.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ if [ -z "$RUNNING_IN_VSCODE" ]; then
155155
# Indicators (computed async): u = unstaged, c = staged, N = untracked
156156
# e.g. [main], [mainuc], [mainucN], [main|rebase]
157157

158-
PROMPT="\$_venv_indicator%{$(tput setaf 177)%}\$_git_info \$_worktree_indicator%{$(tput setaf 105)%}%~%{$(tput sgr0)%} %(?..[%?] )$ "
158+
PROMPT="\$_venv_indicator%{$(tput setaf 177)%}\$_git_info \$_worktree_indicator%{$(tput setaf 105)%}%~%{$(tput sgr0)%} %(?..[%?] ) "
159159
else
160160
# Simple prompt for VS Code terminal
161-
PROMPT="%{$(tput setaf 105)%}%~%{$(tput sgr0)%} %(?..[%?] )$ "
161+
PROMPT="%{$(tput setaf 105)%}%~%{$(tput sgr0)%} %(?..[%?] ) "
162162
fi

ghostty-config

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ keybind = shift+enter=text:\x1b\r
4949
# Edit ghostty config with $EDITOR
5050
keybind = super+,=text:ghostty +edit-config\n
5151

52-
# Word selection boundaries (double-click)
53-
# Characters listed here act as word separators - selection stops at these
54-
# Quoted to preserve space; \t = tab, \" = literal double-quote
55-
selection-word-chars = " \t'\"│`|:;,()[]{}<>$"
52+
# Word selection boundaries - using compiled-in default
53+
# Ghostty's config parser can't include space, tab, or " in custom values
54+
# (space/tab are trimmed, " is treated as a string delimiter).
55+
# To add * as a boundary, this parser bug needs fixing upstream.
56+
# See: https://github.com/ghostty-org/ghostty/issues
5657

5758

5859
# Example: require cmd+q twice to quit

0 commit comments

Comments
 (0)