From 539147433fcbccd4fce9b6a598417e4d3452cbd4 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Mon, 25 Sep 2023 16:19:35 +0300 Subject: [PATCH] No need to manually load vte.sh. It's loaded by /etc/profile anyway and also it does nothing on non VTE terminals --- .zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zshrc b/.zshrc index b2ceacc..7392efb 100644 --- a/.zshrc +++ b/.zshrc @@ -141,8 +141,6 @@ chpwd_auto_python_venv # Try to enter venv on shell startup # https://github.com/Tarrasch/zsh-autoenv xsource ~/.config/zsh/zsh-autoenv/autoenv.zsh -# Set gnome-terminal and other vte terminal title to current dir -xsource /etc/profile.d/vte.sh # gitflow-zshcompletion-avh xsource /usr/share/zsh/site-functions/git-flow-completion.zsh # pkg not found