Answers for "change default path to open in termanl"

0

change default path to open in 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"
Posted by: Guest on August-17-2021

Code answers related to "change default path to open in termanl"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language