This commit is contained in:
2018-09-14 09:29:59 +04:00
parent bd82515738
commit 48017cb81c

View File

@@ -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