From cf00529d5f07bb406ef10f856932257db3c8a25b Mon Sep 17 00:00:00 2001 From: Flo Date: Fri, 2 Sep 2016 13:26:04 +0200 Subject: [PATCH] mend --- zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 66af5c2..e6022aa 100644 --- a/zshrc +++ b/zshrc @@ -1,5 +1,5 @@ # Path to your oh-my-zsh installation. - export ZSH=$HOME/.oh-my-zsh +export ZSH=$HOME/.oh-my-zsh # Set name of the theme to load. # Look in ~/.oh-my-zsh/themes/ @@ -51,6 +51,7 @@ ZSH_THEME="agnoster" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. +#plugins=() plugins=(git) # User configuration @@ -91,6 +92,7 @@ bindkey '^R' history-incremental-search-backward # Don't share history setopt append_history no_inc_append_history no_share_history +# load local config if exists if [[ -f $HOME/.zshrc.local ]]; then source ~/.zshrc.local fi