Files
configs/zsh/.zsh_exports
2025-03-18 19:37:20 +00:00

5 lines
146 B
Plaintext

# Editor
export EDITOR='vim'
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"