diff --git a/_manual/vteconfig.md b/_manual/vteconfig.md index 7f798cb..8acc023 100644 --- a/_manual/vteconfig.md +++ b/_manual/vteconfig.md @@ -32,7 +32,7 @@ if [ $TILIX_ID ] || [ $VTE_VERSION ]; then fi {% endhighlight %} -On Ubuntu (16.04 or 16.10), a symlink is probably missing. You can create it with: +On Ubuntu, a symlink is probably missing. You can create it with: {% highlight bash %} ln -s /etc/profile.d/vte-2.91.sh /etc/profile.d/vte.sh {% endhighlight %}