mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:06:41 +00:00
9 lines
143 B
Bash
9 lines
143 B
Bash
#
|
|
# dokku
|
|
#
|
|
|
|
if [ -e "$HOME/.dokku/contrib/dokku_client.sh" ]; then
|
|
alias dokku="$HOME/.dokku/contrib/dokku_client.sh"
|
|
alias do="dokku"
|
|
fi
|