From 176aeab76a1bcbd0f6f72ab7476a88fb7105d03b Mon Sep 17 00:00:00 2001 From: Spotlight Date: Fri, 12 Jan 2018 18:07:04 -0600 Subject: [PATCH] add that sweet auto cd --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index be410af..9e58624 100644 --- a/zshrc +++ b/zshrc @@ -6,6 +6,9 @@ export ZPLUG_HOME=/usr/local/opt/zplug source $ZPLUG_HOME/init.zsh zplug "plugins/git", from:oh-my-zsh +zplug "plugins/iterm2", from:oh-my-zsh +zplug "lib/completion", from:oh-my-zsh +zplug "lib/directories", from:oh-my-zsh # Stuff that modifies zplug "zsh-users/zsh-syntax-highlighting", defer:3 @@ -13,6 +16,7 @@ zplug "zsh-users/zsh-autosuggestions", defer:3 zplug "zsh-users/zsh-completions", defer:3 setopt prompt_subst # Make sure prompt is able to be generated properly. +setopt auto_cd # Get that ~ in here. zplug "caiogondim/bullet-train.zsh", use:bullet-train.zsh-theme, defer:3 # Configure prompt to my liking.