Question

I have a small problem with the prompt on a debian server, I keep getting the variables as literals:

    PS1='\u \w $'

gives me a prompt showing:

    \u \w $

where it should imho show:

    username dirname $

What am I missing here?

Was it helpful?

Solution

Are you sure your shell is bash ? With other shells (such as dash), such variables may not work.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top