mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +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)"
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user