adding fish integration for ghostty
This commit is contained in:
parent
75294398ac
commit
7863212362
1 changed files with 3 additions and 3 deletions
|
@ -76,9 +76,9 @@ in
|
||||||
atuin init fish | source
|
atuin init fish | source
|
||||||
|
|
||||||
# Ghostty shell integration for Bash. This must be at the top of your fish!!!
|
# Ghostty shell integration for Bash. This must be at the top of your fish!!!
|
||||||
if [ -n "${GHOSTTY_RESOURCES_DIR}" ]; then
|
if set -q GHOSTTY_RESOURCES_DIR
|
||||||
builtin source "${GHOSTTY_RESOURCES_DIR}/shell-integration/fish/vendor_conf.d/ghostty-shell-integration.fish"
|
source "$GHOSTTY_RESOURCES_DIR/shell-integration/fish/vendor_conf.d/ghostty-shell-integration.fish"
|
||||||
fi
|
end
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue