1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-01-21 07:16:46 +00:00

[.zshrc] Remove tilix conf

This commit is contained in:
Daniel Carrillo 2025-01-10 17:11:26 +01:00
parent 40afa2a707
commit 43abb65b09
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

6
.zshrc
View File

@ -119,12 +119,6 @@ siteinfo () {
httpx-toolkit -silent -json -follow-redirects -ip -tech-detect -target "$url" | jq -rc '.tech' 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 ##### ##### default apps #####
export EDITOR='nvim' export EDITOR='nvim'