~ruther/guix-local

2378df558a6ca9c1db889294cc08b1229720e912 — Ludovic Courtès 10 years ago 7aab13f
system: Fix typo in 'PS1' in skeleton '.bashrc'.

* gnu/system/shadow.scm (default-skeletons): Move misplaced backslash.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system/shadow.scm
M gnu/system/shadow.scm => gnu/system/shadow.scm +1 -1
@@ 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