diff --git a/Applications/Misc/Tilix.md b/Applications/Misc/Tilix.md new file mode 100644 index 0000000..6b6dffe --- /dev/null +++ b/Applications/Misc/Tilix.md @@ -0,0 +1,9 @@ +# [Tilix](https://github.com/gnunn1/tilix) + +VTE Configuration, add to `~/.bashrc`, `~/.zshrc`: + +```sh +if [ $TILIX_ID ] || [ $VTE_VERSION ]; then + source /etc/profile.d/vte.sh +fi +```