summaryrefslogtreecommitdiff
path: root/12_Prompts.zsh
diff options
context:
space:
mode:
Diffstat (limited to '12_Prompts.zsh')
-rw-r--r--12_Prompts.zsh5
1 files changed, 0 insertions, 5 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index 1c182fa..e762a6b 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -326,11 +326,6 @@ precmd()
redisplay_prompt
}
-chpwd()
-{
- which todo > /dev/null 2>&1 && todo
-}
-
# Prompt level 2
PS2="$C_$color[yellow];$color[bold]$_C%_$C_$color[none];$color[cyan];$color[bold]$_C>$C_$color[none]$_C "