Added fedora-release vte

This commit is contained in:
Eric Renfro 2018-12-25 11:42:10 -05:00
parent c82737fef2
commit c2f8cd6c75
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 7 additions and 0 deletions

7
.zshrc
View File

@ -49,6 +49,13 @@ elif [[ -f /etc/debian_version ]]; then
precmd_functions+=(__vte_osc7)
fi
fi
elif [[ -f /etc/fedora-release ]]; then
if [[ $TILIX_ID || $VTE_VERSION ]]; then
if [[ -r "/etc/profile.d/vte.sh" ]]; then
source /etc/profile.d/vte.sh
precmd_functions+=(__vte_osc7)
fi
fi
fi
# Set GPG TTY