" NB 05.03.16 "set shellcmdflag=-c
" NB 05.03.16 "set shell=/bin/bash\ --rcfile\ ~/.bash_profile
" NB 05.03.16 endif
-for file in ["~/.profile", "~/.bashrc", "~/.bash_profile", "~/.zshrc", "/etc/profile"]
+
+let $PS1 = "\u@\h:" " See /etc/profile
+let $MYVIMRC = "/etc/vim/vimrc"
+for file in ["~/.profile", "~/.bash_profile", "~/.bashrc", "~/.zshrc", "/etc/profile"]
if !empty(glob(file))
- let $BASH_ENV = file
+ let $BASH_ENV = resolve(expand(file))
+ " echo "Load " . file
break
endif
endfor