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