mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Remove dokku related shell setup
This commit is contained in:
@@ -46,7 +46,6 @@ source "$DOTSHELL/golang.sh"
|
|||||||
source "$DOTSHELL/docker.sh"
|
source "$DOTSHELL/docker.sh"
|
||||||
source "$DOTSHELL/google-cloud.sh"
|
source "$DOTSHELL/google-cloud.sh"
|
||||||
source "$DOTSHELL/kubernetes.sh"
|
source "$DOTSHELL/kubernetes.sh"
|
||||||
source "$DOTSHELL/dokku.sh"
|
|
||||||
source "$DOTSHELL/sbcl.sh"
|
source "$DOTSHELL/sbcl.sh"
|
||||||
source "$DOTSHELL/travis-ci.sh"
|
source "$DOTSHELL/travis-ci.sh"
|
||||||
source "$DOTSHELL/amdsdk.sh"
|
source "$DOTSHELL/amdsdk.sh"
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user