updated zshrc because I no longer use kitty, and never used kitty shell integration

This commit is contained in:
tomit4 2022-06-23 03:15:27 -07:00
parent 1aa05f1311
commit df1788e185

View file

@ -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