mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Docs: unfunction kitty-integration
This commit is contained in:
@@ -213,7 +213,7 @@ Then in your shell's rc file, add the lines:
|
|||||||
if test -n "$KITTY_INSTALLATION_DIR"; then
|
if test -n "$KITTY_INSTALLATION_DIR"; then
|
||||||
export KITTY_SHELL_INTEGRATION="enabled"
|
export KITTY_SHELL_INTEGRATION="enabled"
|
||||||
autoload -Uz -- "$KITTY_INSTALLATION_DIR"/shell-integration/zsh/kitty-integration
|
autoload -Uz -- "$KITTY_INSTALLATION_DIR"/shell-integration/zsh/kitty-integration
|
||||||
kitty-integration
|
unfunction kitty-integration
|
||||||
fi
|
fi
|
||||||
|
|
||||||
.. tab:: fish
|
.. tab:: fish
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
# Kitty in all shells should add the following lines to their .zshrc:
|
# Kitty in all shells should add the following lines to their .zshrc:
|
||||||
#
|
#
|
||||||
# if [[ -n $KITTY_INSTALLATION_DIR ]]; then
|
# if [[ -n $KITTY_INSTALLATION_DIR ]]; then
|
||||||
|
# export KITTY_SHELL_INTEGRATION="enabled"
|
||||||
# autoload -Uz -- "$KITTY_INSTALLATION_DIR"/shell-integration/zsh/kitty-integration
|
# autoload -Uz -- "$KITTY_INSTALLATION_DIR"/shell-integration/zsh/kitty-integration
|
||||||
# kitty-integration
|
# kitty-integration
|
||||||
# unfunction kitty-integration
|
# unfunction kitty-integration
|
||||||
|
|||||||
Reference in New Issue
Block a user