diff --git a/zsh/.zprofile b/zsh/.zprofile index 812710c..d9d6eef 100755 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -11,6 +11,7 @@ export PYENV_ROOT="$HOME/.pyenv" eval "$(pyenv init -)" export PATH=$PATH:/usr/local/bin/ +chmod -R ug+rwx "$HOME/.local/bin/" export FZF_DEFAULT_OPTS='--height 40% --layout=reverse --border' # Add RVM to PATH for scripting. Make sure this is the last PATH variable change.