mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Enable kitty integration
This commit is contained in:
parent
e9f1ee0055
commit
65065116be
4 changed files with 13 additions and 0 deletions
5
bash/kitty
Normal file
5
bash/kitty
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
if test -n "$KITTY_INSTALLATION_DIR"; then
|
||||
export KITTY_SHELL_INTEGRATION="enabled"
|
||||
source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"
|
||||
fi
|
||||
|
||||
1
bash/rc
1
bash/rc
|
|
@ -14,6 +14,7 @@ source $DOTFILES_SHELL_DIR/chruby
|
|||
source $DOTFILES_BASH_DIR/fzf
|
||||
source $DOTFILES_SHELL_DIR/direnv
|
||||
source $DOTFILES_SHELL_DIR/kd
|
||||
source $DOTFILES_BASH_DIR/kitty
|
||||
|
||||
source $DOTFILES_SHELL_DIR/git_prompt_info
|
||||
GIT_PS1_SHOWDIRTYSTATE=1
|
||||
|
|
|
|||
6
zsh/kitty
Normal file
6
zsh/kitty
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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
|
||||
1
zsh/rc
1
zsh/rc
|
|
@ -14,6 +14,7 @@ source $DOTFILES_ZSH_DIR/prompt
|
|||
source $DOTFILES_ZSH_DIR/fzf
|
||||
source $DOTFILES_SHELL_DIR/go
|
||||
source $DOTFILES_SHELL_DIR/direnv
|
||||
source $DOTFILES_ZSH_DIR/kitty
|
||||
|
||||
set -o ignoreeof
|
||||
unsetopt BEEP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue