til/Applications/Misc/Tilix.md

10 lines
185 B
Markdown
Raw Normal View History

2020-08-18 07:17:24 +00:00
# [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
```