Fading Coder

One Final Commit for the Last Sprint

Customizing Ubuntu Terminal Prompt to Display Only Current Directory

Steps to Configure Terminal Prompt 1. Edit the Bash Configuration File Begin by opening the .bashrc file in your user home directory. For root users, this would be located at ~/.bashrc: nano ~/.bashrc Locate the line that defines the PS1 variable (typically starting with PS1=). To display only the...