From 99bdd4e14812c34c0a2ea5f5f0266f9483253e6f Mon Sep 17 00:00:00 2001 From: Sebastian Semmler <sebastian@semmler.pro> Date: Tue, 14 Jun 2016 14:46:38 +0200 Subject: [PATCH] homebrew requirement --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index ed78c44..36922ce 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,5 @@ export ZSH=~/.zsh +export PATH="/usr/local/sbin:$PATH" # Load all of the config files in ~/oh-my-zsh that end in .zsh for config_file ($ZSH/lib/*.zsh) source $config_file @@ -6,3 +7,4 @@ for config_file ($ZSH/lib/*.zsh) source $config_file # Load and run compinit autoload -U compinit compinit -i + -- GitLab