From 22e27cb68416852946b6a330e7ed502d81866fbf Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Wed, 23 Aug 2017 10:59:55 +0200 Subject: [PATCH] added linuxbrew to path --- cfg/zsh/cfg.d/export.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cfg/zsh/cfg.d/export.zsh b/cfg/zsh/cfg.d/export.zsh index cc720aa..4e223b4 100644 --- a/cfg/zsh/cfg.d/export.zsh +++ b/cfg/zsh/cfg.d/export.zsh @@ -11,10 +11,11 @@ path+=(/opt/android-sdk/build-tools/26.0.1) path+=(${HOME}/.gem/ruby/2.4.0/bin) path+=(${DOTLIB}/welder/bin) path+=(${DOTLIB}/basher/bin) +path+=(/home/linuxbrew/.linuxbrew/bin) export PATH # Editor Setting -export EDITOR='vim' +export EDITOR='nano' # Completions Paths fpath+=(${DOTLIB}/completions/src)