mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-12 03:01:09 +00:00
Docs: unfunction kitty-integration
This commit is contained in:
parent
b0ccf74029
commit
73ff508b51
2 changed files with 2 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ Then in your shell's rc file, add the lines:
|
|||
if test -n "$KITTY_INSTALLATION_DIR"; then
|
||||
export KITTY_SHELL_INTEGRATION="enabled"
|
||||
autoload -Uz -- "$KITTY_INSTALLATION_DIR"/shell-integration/zsh/kitty-integration
|
||||
kitty-integration
|
||||
unfunction kitty-integration
|
||||
fi
|
||||
|
||||
.. tab:: fish
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
# Kitty in all shells should add the following lines to their .zshrc:
|
||||
#
|
||||
# if [[ -n $KITTY_INSTALLATION_DIR ]]; then
|
||||
# export KITTY_SHELL_INTEGRATION="enabled"
|
||||
# autoload -Uz -- "$KITTY_INSTALLATION_DIR"/shell-integration/zsh/kitty-integration
|
||||
# kitty-integration
|
||||
# unfunction kitty-integration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue