summaryrefslogtreecommitdiff
path: root/01_Internal.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-06-20 10:49:56 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-06-20 10:49:56 +0200
commita47b4b21882b0149362b5188505ad4a0886c30e3 (patch)
tree2c5dbf8dcf597e3fbca67daf4e72992ecd6b8e3c /01_Internal.zsh
parent63dfac3ec3912daf6d7efd72130ade4fd73f231d (diff)
[Prompt] don't redefine prompt when resetting. Much quickier.
Diffstat (limited to '01_Internal.zsh')
-rw-r--r--01_Internal.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Internal.zsh b/01_Internal.zsh
index ee25c75..b99213a 100644
--- a/01_Internal.zsh
+++ b/01_Internal.zsh
@@ -387,7 +387,7 @@ __get_prompt_lines()
# Rewrites current prompt.
__redisplay_ps1 ()
{
- __redefine_prompt
+ #__redefine_prompt
tput sc
up_up - 1