Kitty: Fish integration
This commit is contained in:
@@ -67,6 +67,13 @@ let tide_conf = builtins.readFile ./tide_config.fish; in
|
|||||||
command ssh $argv
|
command ssh $argv
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Kitty integration
|
||||||
|
if set -q KITTY_INSTALLATION_DIR
|
||||||
|
set --global KITTY_SHELL_INTEGRATION enabled
|
||||||
|
source "$KITTY_INSTALLATION_DIR/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish"
|
||||||
|
set --prepend fish_complete_path "$KITTY_INSTALLATION_DIR/shell-integration/fish/vendor_completions.d"
|
||||||
|
end
|
||||||
|
|
||||||
${builtins.readFile ./tide_config.fish}
|
${builtins.readFile ./tide_config.fish}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
background_opacity = "1.0";
|
background_opacity = "1.0";
|
||||||
macos_option_as_alt = "left";
|
macos_option_as_alt = "left";
|
||||||
enable_audio_bell = "no";
|
enable_audio_bell = "no";
|
||||||
|
shell_integration = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
|
|||||||
Reference in New Issue
Block a user