From c46f52f44b1b87c12bff98822f32f8996a4b0792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 13 Nov 2016 18:58:47 +0100 Subject: [PATCH] Do not patch agnoster's prompt as the old patch breaks the visuals --- .zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.zshrc b/.zshrc index 5cf12061..a12addc8 100644 --- a/.zshrc +++ b/.zshrc @@ -26,12 +26,6 @@ bindkey -M vicmd 'k' history-substring-search-up bindkey -M vicmd 'j' history-substring-search-down bindkey "^R" history-incremental-search-backward -# override prompt builder for the dir part -# render just the last dir name -prompt_dir() { - prompt_segment blue black '%1~' -} - # aliases if [[ `uname` == 'Darwin' ]]; then alias vim=/usr/local/Cellar/vim/7.4/bin/vim