remove manual install step for docker

This commit is contained in:
Morgan Wattiez
2019-03-01 14:13:21 +01:00
parent a7a7675f9b
commit 9994faca39
3 changed files with 14 additions and 13 deletions

View File

@ -92,6 +92,7 @@ source $ZSH/oh-my-zsh.sh
# For a full list of active aliases, run `alias`.
. ~/.zsh_aliases
. ~/.zsh_functions
. ~/.scripts/bootstrap.sh
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!! https://github.com/sdkman/sdkman-cli/issues/613
export SDKMAN_DIR="$HOME/.sdkman"