Add dokku command

This commit is contained in:
2015-08-06 12:55:50 +01:00
parent ba0984dfc4
commit 1ab068d44d
2 changed files with 9 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ source "$DOTSHELL/nodejs.sh"
source "$DOTSHELL/python.sh"
source "$DOTSHELL/ruby.sh"
source "$DOTSHELL/golang.sh"
source "$DOTSHELL/dokku.sh"
source "$DOTSHELL/sbcl.sh"
source "$DOTSHELL/amdsdk.sh"

8
shell/dokku.sh Normal file
View File

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