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
|
||||
|
||||
# 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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue