cirlabs / vm

A series of shell scripts to bootstrap a data journalism virtual machine image for VirtualBox
MIT License
18 stars 6 forks source link

sourcing .bashrc from within a script #74

Open esagara opened 6 years ago

esagara commented 6 years ago

The .bashrc has a few lines of code that prevent sourcing it from a script. These lines are located at the top of the file and need to be commented out as follows:

# If not running interactively, don't do anything
#case $- in
#    *i*) ;;
#      *) return;;
#esac
mikejcorey commented 5 years ago

@meli-lewis did you run into any issues with this? Do we source .bashrc in the script?