modofied configs

This commit is contained in:
Jeremie Fraeys 2023-11-25 02:20:35 -05:00
parent 89ca850d05
commit edab3a7ee4

View file

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