Skip to content

Instantly share code, notes, and snippets.

@kostorv
Created October 17, 2019 08:55
Show Gist options
  • Save kostorv/43c789c7e541252829331413f8c5ffbf to your computer and use it in GitHub Desktop.
Save kostorv/43c789c7e541252829331413f8c5ffbf to your computer and use it in GitHub Desktop.
Basic .bash_profile script
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
# For Docker in Linux subsystem for Windows
export DOCKER_HOST=localhost:2375
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment