Do not patch agnoster's prompt as the old patch breaks the visuals
This commit is contained in:
parent
fb42fc872f
commit
c46f52f44b
1 changed files with 0 additions and 6 deletions
6
.zshrc
6
.zshrc
|
@ -26,12 +26,6 @@ bindkey -M vicmd 'k' history-substring-search-up
|
||||||
bindkey -M vicmd 'j' history-substring-search-down
|
bindkey -M vicmd 'j' history-substring-search-down
|
||||||
bindkey "^R" history-incremental-search-backward
|
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
|
# aliases
|
||||||
if [[ `uname` == 'Darwin' ]]; then
|
if [[ `uname` == 'Darwin' ]]; then
|
||||||
alias vim=/usr/local/Cellar/vim/7.4/bin/vim
|
alias vim=/usr/local/Cellar/vim/7.4/bin/vim
|
||||||
|
|
Loading…
Reference in a new issue