Skip to content

Commit 2c6307b

Browse files
committed
bash disable ghostty integration
1 parent 992fd3b commit 2c6307b

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

flake.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

users/mitchellh/bashrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ parse_git_branch() {
3939
test -n "$PS1" &&
4040
prompt_color
4141

42-
# Ghostty setup
43-
if [ -n "$GHOSTTY_RESOURCES_DIR" ]; then
44-
builtin source "${GHOSTTY_RESOURCES_DIR}/shell-integration/bash/ghostty.bash"
45-
fi
42+
# Ghostty setup. For testing.
43+
# if [ -n "$GHOSTTY_RESOURCES_DIR" ]; then
44+
# builtin source "${GHOSTTY_RESOURCES_DIR}/shell-integration/bash/ghostty.bash"
45+
# fi

0 commit comments

Comments
 (0)