From 43abb65b09a124e5aa4abba280b564f9664b01f8 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Fri, 10 Jan 2025 17:11:26 +0100 Subject: [PATCH] [.zshrc] Remove tilix conf --- .zshrc | 6 ------ 1 file changed, 6 deletions(-) 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'