system: Fix typo in 'PS1' in skeleton '.bashrc'.
* gnu/system/shadow.scm (default-skeletons): Move misplaced backslash.
This commit is contained in:
parent
7aab13f19d
commit
2378df558a
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ (define copy-guile-wm
|
||||||
# Adjust the prompt depending on whether we're in 'guix environment'.
|
# Adjust the prompt depending on whether we're in 'guix environment'.
|
||||||
if [ -n \"$GUIX_ENVIRONMENT\" ]
|
if [ -n \"$GUIX_ENVIRONMENT\" ]
|
||||||
then
|
then
|
||||||
export PS1='\\u@\\h \\w\\ [env]$ '
|
export PS1='\\u@\\h \\w [env]\\$ '
|
||||||
else
|
else
|
||||||
export PS1='\\u@\\h \\w\\$ '
|
export PS1='\\u@\\h \\w\\$ '
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue