On Wed, 2025-03-12 at 10:42 -0400, Robert Moskowitz wrote:
> How might I turn off (or change) the display of the current path in a 
> terminal window?
> 
> For example I have one terminal window with:
> 
> rgm@LX140e-3:~/data/htt/Projects/Critical/drafts/draft-ietf-drip-rid/dki-try2$
> 
> That is the whole line is taken up with the current directory!

Depending on your terminal, you *may* be able to have the full path
showing in the title bar, and just the current directory name at the
command prompt.

Changing the \w to \W in your PS1= .bashrc string does it for some of
them (just shows the last directory of the filepath).

By way of example, typing this into my command line let me change the
current prompt without making permanent changes to my settings:

export PS1="[\u@\h \W]$ "

[username@hostname directory]$ 

-- 
 
uname -rsvp
Linux 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 

-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to