Docs: unfunction kitty-integration
This commit is contained in:
parent
b0ccf74029
commit
73ff508b51
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user