From f1152e731fb38b6cd7c4e6f69229e7c1fcaf7868 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 19 Jul 2018 22:34:32 +0100 Subject: [PATCH] Remove dokku related shell setup --- shell/_main.sh | 1 - shell/dokku.sh | 8 -------- 2 files changed, 9 deletions(-) delete mode 100644 shell/dokku.sh diff --git a/shell/_main.sh b/shell/_main.sh index 5e25c64..d8fa3f5 100755 --- a/shell/_main.sh +++ b/shell/_main.sh @@ -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" diff --git a/shell/dokku.sh b/shell/dokku.sh deleted file mode 100644 index c6daa25..0000000 --- a/shell/dokku.sh +++ /dev/null @@ -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