Added ghostty intergration

This commit is contained in:
alvinlollo
2026-05-03 22:08:45 +10:00
parent 8ae028f1c7
commit 0d8a50e8bd
+5
View File
@@ -10,6 +10,11 @@ if [[ -f "/home/linusbrew/.linuxbrew/bin/brew" ]]; then
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv zsh)" eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv zsh)"
fi fi
# Ghostty (If exists)
if [ -n "${GHOSTTY_RESOURCES_DIR}" ]; then
builtin source "${GHOSTTY_RESOURCES_DIR}/shell-integration/bash/ghostty.bash"
fi
# Path to your oh-my-zsh installation. # Path to your oh-my-zsh installation.
export ZSH=~/.oh-my-zsh export ZSH=~/.oh-my-zsh