From 7616019c7485a36a6f5a03afc4be484e4bbce074 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Tue, 7 Feb 2017 11:15:50 -0700 Subject: [PATCH] Update zshrc to current configuration --- zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index a794945..48b1a8d 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -37,7 +37,7 @@ CASE_SENSITIVE="true" # Uncomment the following line if you want to disable marking untracked files # under VCS as dirty. This makes repository status check for large repositories # much, much faster. -DISABLE_UNTRACKED_FILES_DIRTY="true" +# DISABLE_UNTRACKED_FILES_DIRTY="true" # Uncomment the following line if you want to change the command execution time # stamp shown in the history command output. @@ -53,7 +53,7 @@ HISTFILE="$ZDOTDIR/.zsh_history" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. #plugins=(sudo systemd themes tmux todo zsh_reload) -plugins=(ansible git sudo systemd terraform themes vi-mode web-search zsh_reload wod) +plugins=(ansible git sudo systemd terraform themes vagrant vi-mode web-search zsh_reload wod) plugins+=todo