Open JaredVogt opened 2 years ago
If using init.vim... how does it get variable to know what directory tree to source all other files from? Can I pass along a variable?
Symlink this into home directory and export the variable export NVIMUSER=jaredv. This needs to be sourced by .zshenv or .zshrc.
export NVIMUSER=jaredv
This has been resolved with the use of get_activeUser.sh program. See README.md for details.
get_activeUser.sh
What is the best way to start up?
If using init.vim... how does it get variable to know what directory tree to source all other files from? Can I pass along a variable?
.nvimuser.sh
Symlink this into home directory and export the variable
export NVIMUSER=jaredv
. This needs to be sourced by .zshenv or .zshrc.