add ghostty fish integration

This commit is contained in:
2024-12-09 23:16:16 -07:00
parent 49569cc127
commit 5c7a7dcbb9

View File

@@ -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