Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koesherbacon/92586b39d2e4990d642caf2b278c83ea to your computer and use it in GitHub Desktop.
Save koesherbacon/92586b39d2e4990d642caf2b278c83ea to your computer and use it in GitHub Desktop.
# Note: Adding the following to .bashrc, config.fish, & .zshrc will ensure that Tilix Terminal functions perfectly and does not have any problems due to whatever 'vte' is!
# Tilix 'vte'
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
source /etc/profile.d/vte.sh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment