Skip to content
Snippets Groups Projects
Commit 2378df55 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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

* gnu/system/shadow.scm (default-skeletons): Move misplaced backslash.
parent 7aab13f1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment