adding fish integration for ghostty

This commit is contained in:
Joseph Hanson 2024-10-01 08:14:57 -05:00
parent 75294398ac
commit 7863212362
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -76,9 +76,9 @@ in
atuin init fish | source
# Ghostty shell integration for Bash. This must be at the top of your fish!!!
if [ -n "${GHOSTTY_RESOURCES_DIR}" ]; then
builtin source "${GHOSTTY_RESOURCES_DIR}/shell-integration/fish/vendor_conf.d/ghostty-shell-integration.fish"
fi
if set -q GHOSTTY_RESOURCES_DIR
source "$GHOSTTY_RESOURCES_DIR/shell-integration/fish/vendor_conf.d/ghostty-shell-integration.fish"
end
'';
};