You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2017/07/31 09:01:17 UTC

karaf git commit: [KARAF-5276] Do not use right prompt by default

Repository: karaf
Updated Branches:
  refs/heads/master eb64cf841 -> 160a835ac


[KARAF-5276] Do not use right prompt by default


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/160a835a
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/160a835a
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/160a835a

Branch: refs/heads/master
Commit: 160a835ac39ea284a171ed9c8d33037050ee635f
Parents: eb64cf8
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Jul 31 10:28:18 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Jul 31 10:30:10 2017 +0200

----------------------------------------------------------------------
 .../base/src/main/resources/resources/etc/shell.init.script       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/160a835a/assemblies/features/base/src/main/resources/resources/etc/shell.init.script
----------------------------------------------------------------------
diff --git a/assemblies/features/base/src/main/resources/resources/etc/shell.init.script b/assemblies/features/base/src/main/resources/resources/etc/shell.init.script
index 85ef713..95bf88c 100644
--- a/assemblies/features/base/src/main/resources/resources/etc/shell.init.script
+++ b/assemblies/features/base/src/main/resources/resources/etc/shell.init.script
@@ -51,7 +51,8 @@ if { %(jlineReader != null) } {
   if { %(max_colors >= 256) } {
     __rprompt_formatter = (((__load_class java.text.SimpleDateFormat) getConstructor (__load_class java.lang.String)) newInstance \'$'\u001B\[90m'\'HH:mm:ss)
     __date_class = (__load_class java.util.Date)
-    \#rprompt = { $__rprompt_formatter format ($__date_class newInstance) }
+// Do not use right prompt by default    
+//    \#rprompt = { $__rprompt_formatter format ($__date_class newInstance) }
   }
 
   setopt group