diff --git a/.zshrc b/.zshrc index 8d20804..47f5440 100644 --- a/.zshrc +++ b/.zshrc @@ -119,12 +119,6 @@ siteinfo () { httpx-toolkit -silent -json -follow-redirects -ip -tech-detect -target "$url" | jq -rc '.tech' } -##### tilix #### - -if [ $TILIX_ID ] || [ $VTE_VERSION ] ; then - source /etc/profile.d/vte.sh -fi - ##### default apps ##### export EDITOR='nvim'