From 4b785507875a6cf978cf709ba3424892495a5710 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Fri, 10 Aug 2018 17:11:15 +1000 Subject: [PATCH] add exports so that zsh works with iterm --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 9f1b381..e03279d 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,3 +1,6 @@ +export PATH=$HOME/bin:/usr/local/bin:$PATH +export ZSH=$HOME/.oh-my-zsh + # --- # Keybinds # --- -- 2.49.0