add tilix

main
hau 2020-08-18 14:17:24 +07:00
parent bfc26553da
commit bae9280c7f
1 changed files with 9 additions and 0 deletions

View File

@ -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
```