Remove dokku related shell setup

This commit is contained in:
2018-07-19 22:34:32 +01:00
parent 4dc4fd0110
commit f1152e731f
2 changed files with 0 additions and 9 deletions

View File

@@ -46,7 +46,6 @@ source "$DOTSHELL/golang.sh"
source "$DOTSHELL/docker.sh"
source "$DOTSHELL/google-cloud.sh"
source "$DOTSHELL/kubernetes.sh"
source "$DOTSHELL/dokku.sh"
source "$DOTSHELL/sbcl.sh"
source "$DOTSHELL/travis-ci.sh"
source "$DOTSHELL/amdsdk.sh"

View File

@@ -1,8 +0,0 @@
#
# dokku
#
if [ -e "$HOME/.dokku/contrib/dokku_client.sh" ]; then
alias dokku="$HOME/.dokku/contrib/dokku_client.sh"
alias do="dokku"
fi