~ruther/guix-local

c851400bee4f42d9ef582820a1badaa96ba72934 — Ludovic Courtès 11 years ago ee248b6
system: Add '\w' to the default PS1.

* gnu/system.scm (etc-directory)[bashrc]: Add '\w' to PS1.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system.scm
M gnu/system.scm => gnu/system.scm +1 -1
@@ 252,7 252,7 @@ This is the GNU system.  Welcome.\n")

       ;; TODO: Generate bashrc from packages' search-paths.
       (bashrc    (text-file* "bashrc"  "
export PS1='\\u@\\h\\$ '
export PS1='\\u@\\h \\w\\$ '

export LC_ALL=\"" locale "\"
export TZ=\"" timezone "\"