system: Add '\w' to the default PS1.

* gnu/system.scm (etc-directory)[bashrc]: Add '\w' to PS1.
master
Ludovic Courtès 2014-09-11 23:21:42 +02:00
parent ee248b6a70
commit c851400bee
1 changed files with 1 additions and 1 deletions

View File

@ -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 "\"