mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add dokku command
This commit is contained in:
@@ -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
8
shell/dokku.sh
Normal 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
|
||||
Reference in New Issue
Block a user