aboutsummaryrefslogtreecommitdiff
path: root/commands/term.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/term.go')
-rw-r--r--commands/term.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/term.go b/commands/term.go
index 225fee57..3f8f9875 100644
--- a/commands/term.go
+++ b/commands/term.go
@@ -21,10 +21,6 @@ func (Term) Aliases() []string {
return []string{"terminal", "term"}
}
-func (Term) Complete(args []string) []string {
- return nil
-}
-
func (t Term) Execute(args []string) error {
if len(t.Cmd) == 0 {
shell, err := loginshell.Shell()