Alterar o caminho padrão para abrir em Termanl
echo "cd /home/tiago-franca/Desktop/php-projects" >> ~/.bashrc
# Or edit the file
nano ~/.bashrc
# Paste in the opend file
echo "cd /home/tiago-franca/Desktop/php-projects"
Tiago F2