From edab3a7ee467daaa4b391a686a932589dbf07f69 Mon Sep 17 00:00:00 2001 From: Jeremie Fraeys Date: Sat, 25 Nov 2023 02:20:35 -0500 Subject: [PATCH] modofied configs --- zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) 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.