mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Adds aliases, secrets, and variables files for customization
This commit is contained in:
parent
61e3951e4b
commit
3537af0048
10 changed files with 99 additions and 34 deletions
6
templates/variables.zsh-template
Normal file
6
templates/variables.zsh-template
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Put variables here
|
||||
export RBENV_ROOT=/usr/local/var/rbenv
|
||||
export PATH=/usr/local/share/npm/bin:/usr/local/bin:/usr/local/sbin:$PATH
|
||||
export JAVA_HOME=`/usr/libexec/java_home`
|
||||
export ANDROID_HOME=/usr/local/opt/android-sdk
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue