From df1788e1859d49e49a1702488b4c5af371b1b321 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 23 Jun 2022 03:15:27 -0700 Subject: [PATCH] updated zshrc because I no longer use kitty, and never used kitty shell integration --- zshrc.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/zshrc.txt b/zshrc.txt index 5fe08245..ce47bb46 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -144,14 +144,6 @@ fi # Set up vim mode bindkey -v -# Kitty Shell Integration -# 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 - alias home="xclear && cd /home/brian && clear && history -p && hash -r && /usr/bin/rm $HOME/.zsh_history && touch $HOME/.zsh_history" source ~/.aliases