1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00
flake/home/programs/fish/conf.d/99_interactive.fish
2024-02-16 00:02:19 +08:00

10 lines
369 B
Fish

if status is-interactive
# nix-your-shell
nix-your-shell fish | source
string match -q "$TERM_PROGRAM" "iTerm.app"
and source "$HOME/.iterm2_shell_integration.fish"
string match -q "$TERM_PROGRAM" ghostty
and source "/Applications/Ghostty.app/Contents/Resources/ghostty/shell-integration/fish/vendor_conf.d/ghostty-shell-integration.fish"
end