system: Add '\w' to the default PS1.
* gnu/system.scm (etc-directory)[bashrc]: Add '\w' to PS1.
This commit is contained in:
parent
ee248b6a70
commit
c851400bee
|
@ -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 "\"
|
||||
|
|
Loading…
Reference in New Issue