kingToolbox / WindTerm

A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.
https://kingtoolbox.github.io
23.44k stars 1.81k forks source link

Absolute path prompt function for the current directory #2473

Open zachZFH opened 3 months ago

zachZFH commented 3 months ago

Sometimes when I enter a deep directory, the command line displays longer path information. After configuring Bashrc to display only the last directory path, sometimes I really want to know the absolute path of the current directory, but I don't want to type the pwd command in the terminal. I hope there is a path prompt bar below, indicating the absolute path of the directory I am currently in.

Thanks