summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-25 14:36:59 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-25 17:47:57 +0100
commit863239caf53e57850dce80a736d70ced70b52d77 (patch)
treec763add5554806fd07004c59d66569d75a01e118
parent60d6c8e75cfec1e30ca0f6bd113dbbfa051c697c (diff)
Corrects commits f8dfa7bf4, fc32b3a2: Huge cleanup - Phase #1
-rw-r--r--net:sweethome/host:prunelle/Prompts.zsh2
-rw-r--r--user:hugues/KeyBindings.zsh4
2 files changed, 3 insertions, 3 deletions
diff --git a/net:sweethome/host:prunelle/Prompts.zsh b/net:sweethome/host:prunelle/Prompts.zsh
index 4edc03c..d9f6d5d 100644
--- a/net:sweethome/host:prunelle/Prompts.zsh
+++ b/net:sweethome/host:prunelle/Prompts.zsh
@@ -1,4 +1,4 @@
chpwd()
{
- term_title
+ __term_title
}
diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh
index 43e75d0..ac25d85 100644
--- a/user:hugues/KeyBindings.zsh
+++ b/user:hugues/KeyBindings.zsh
@@ -266,9 +266,9 @@ zle-keymap-select()
{
if [ "$KEYMAP" != "main" ]
then
- term_title " [$KEYMAP]"
+ __term_title " [$KEYMAP]"
else
- term_title
+ __term_title
fi
}
zle -N zle-keymap-select