Skip to content

Commit

Permalink
Update completion command text #10
Browse files Browse the repository at this point in the history
  • Loading branch information
chclaus committed Jun 11, 2018
1 parent b0ffe55 commit 80e187b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmd/completion.go
Expand Up @@ -37,10 +37,6 @@ var completionCmd = &cobra.Command{
bash:
=====
Load the dt completion code for bash into the current shell:
source <(dt completion --shell bash)
Write bash completion code to a file and source if from .bash_profile
dt completion --shell bash > ~/.dt_completion.sh
Expand All @@ -49,10 +45,6 @@ var completionCmd = &cobra.Command{
zsh:
=====
Load the dt completion code for zsh into the current shell
source <(dt completion --shell zsh)
Set the dt completion code for zsh to autoload on startup
dt completion --shell zsh > "${fpath[1]}/_dt"`,
Expand Down

0 comments on commit 80e187b

Please sign in to comment.