zsh related dot files
gitconfig
should be sym-linked to ~/.gitconfig
gitignore
should be sym-linked to ~/.gitignore
- move
alias.zsh
into~/Code/opensrc/zdot/scripts/
- rename
alias.zsh
to_alias.zsh
- move
funcs.zsh
into~/Code/opensrc/zdot/scripts/
- rename
funcs.zsh
to_funcs.zsh
- touch
android.zsh
in~/Code/opensrc/zdot/scripts/
- move
ANDROID_HOME
line fromzshrc
toandroid.zsh
- touch
nvm.zsh
in~/Code/opensrc/zdot/scripts/
- move
NVM_DIR
line fromzshrc
tonvm.zsh
- test for symlink of
nvm.sh
in~/.nvm/
- ensure no file
~/.nvm/alias/default
, this makes shell-start slow - update
zshrc
tosource
each file in~/Code/opensrc/zdot/scripts/
- find script to auto load
.nvmrc
in folder - investigate
nvm use
inalias.zsh
, tidy-up