Created
October 17, 2019 08:55
-
-
Save kostorv/43c789c7e541252829331413f8c5ffbf to your computer and use it in GitHub Desktop.
Basic .bash_profile script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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