Thursday, July 25, 2024

How to show always the full working directory path in starship in Arch

To show always the full path in command prompt, when using starship in Arch linux:

1) Open the file with any text editor:

nano ~/.config/starship.toml

Add to it:

[directory]
truncation_length = 0
truncate_to_repo = false


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.