mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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'.
|
||||
if [ -n \"$GUIX_ENVIRONMENT\" ]
|
||||
then
|
||||
export PS1='\\u@\\h \\w\\ [env]$ '
|
||||
export PS1='\\u@\\h \\w [env]\\$ '
|
||||
else
|
||||
export PS1='\\u@\\h \\w\\$ '
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue