Initial upload

This commit is contained in:
2025-03-18 19:37:20 +00:00
commit f9ba12fe93
10 changed files with 205 additions and 0 deletions

5
zsh/.zsh_exports Normal file
View File

@@ -0,0 +1,5 @@
# 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"