mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: add Ghostty
This commit is contained in:
parent
c6c59dd552
commit
ff6c4c5d16
6 changed files with 30 additions and 15 deletions
|
|
@ -2,7 +2,9 @@ if status is-interactive
|
|||
# nix-your-shell
|
||||
nix-your-shell fish | source
|
||||
|
||||
if test -e "$HOME/.iterm2_shell_integration.fish"
|
||||
source "$HOME/.iterm2_shell_integration.fish"
|
||||
end
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue