mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-14 18:59:43 +10:00
Added ghostty intergration
This commit is contained in:
@@ -10,6 +10,11 @@ if [[ -f "/home/linusbrew/.linuxbrew/bin/brew" ]]; then
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv zsh)"
|
||||
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.
|
||||
export ZSH=~/.oh-my-zsh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user