system: Fix typo in 'PS1' in skeleton '.bashrc'.

* gnu/system/shadow.scm (default-skeletons): Move misplaced backslash.
master
Ludovic Courtès 2015-07-16 10:54:00 +02:00
parent 7aab13f19d
commit 2378df558a
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ fi
# Adjust the prompt depending on whether we're in 'guix environment'.
if [ -n \"$GUIX_ENVIRONMENT\" ]
then
export PS1='\\u@\\h \\w\\ [env]$ '
export PS1='\\u@\\h \\w [env]\\$ '
else
export PS1='\\u@\\h \\w\\$ '
fi