From 48017cb81c026bac14ef9dd5fdf8f30d556e8132 Mon Sep 17 00:00:00 2001 From: Abra Date: Fri, 14 Sep 2018 09:29:59 +0400 Subject: [PATCH] auto --- .zprezto/runcoms/zshenv | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.zprezto/runcoms/zshenv b/.zprezto/runcoms/zshenv index 93a3f7d..faa2411 100644 --- a/.zprezto/runcoms/zshenv +++ b/.zprezto/runcoms/zshenv @@ -10,14 +10,4 @@ if [[ ( "$SHLVL" -eq 1 && ! -o LOGIN ) && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; t source "${ZDOTDIR:-$HOME}/.zprofile" fi -function add_to_path { - if [[ -d $1 ]]; then - export PATH="$1:$PATH" - fi -} - -add_to_path "$HOME/bin" -add_to_path "$HOME/brew/sbin" -add_to_path "$HOME/brew/bin" - unset LC_CTYPE