aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
blob: 123f05d568e172219909485da12bd6d41ec43873 (about) (plain)
blob size (287KB) exceeds display size limit (100KB).
3' selected='selected'>3space:mode:
Diffstat (limited to 'gnu/system.scm')
-rw-r--r--gnu/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index abdd80bd6d..8a3f4f6ba8 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -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 "\"