oh-my-bash
oh-my-bash copied to clipboard
Show full path in prompt.
Hi. I just started using oh-my-bash. I have been using oh-my-posh in my powershell terminal, but now it is time to sexy up the WSL2 Ubuntu terminal too. :) But I have one question: How can I show the whole path in the promtp? And not only the 3 last folders? Sorry if this is obvious and explained 100 times, but I could not find any hints on how to do this. :)
Add unset PROMPT_DIRTRIM in your ~/.bashrc after source $OSH/oh-my-bash.sh
Thanx. Works like a charm. :)