From c851400bee4f42d9ef582820a1badaa96ba72934 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 11 Sep 2014 23:21:42 +0200 Subject: system: Add '\w' to the default PS1. * gnu/system.scm (etc-directory)[bashrc]: Add '\w' to PS1. --- gnu/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/system.scm') 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 @@ (define* (etc-directory #:key ;; 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 "\" -- cgit v1.2.3