From 5c7a7dcbb95e17744b0971e1c30bfed7a00ca6e8 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 9 Dec 2024 23:16:16 -0700 Subject: [PATCH] add ghostty fish integration --- dot_config/private_fish/config.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_config/private_fish/config.fish b/dot_config/private_fish/config.fish index fb46112..11dbb99 100644 --- a/dot_config/private_fish/config.fish +++ b/dot_config/private_fish/config.fish @@ -1,6 +1,9 @@ if status is-interactive # Commands to run in interactive sessions can go here functions -q _insert_jj_after_git; and _insert_jj_after_git + if set -q GHOSTTY_RESOURCES_DIR + source "$GHOSTTY_RESOURCES_DIR/shell-integration/fish/vendor_conf.d/ghostty-shell-integration.fish" + end if type -q zoxide zoxide init fish | source end @@ -22,4 +25,3 @@ end alias ls="lsd" set -gx EDITOR nvim -