system: Fix typo in 'PS1' in skeleton '.bashrc'.
authorLudovic Courtès <ludo@gnu.org>
Thu, 16 Jul 2015 08:54:00 +0000 (10:54 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 16 Jul 2015 22:20:08 +0000 (00:20 +0200)
* gnu/system/shadow.scm (default-skeletons): Move misplaced backslash.

gnu/system/shadow.scm

index ae62292..f033109 100644 (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