aboutsummaryrefslogtreecommitdiffstats
path: root/commands/cd.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/cd.go')
-rw-r--r--commands/cd.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/commands/cd.go b/commands/cd.go
index edfc1795..d856a060 100644
--- a/commands/cd.go
+++ b/commands/cd.go
@@ -9,9 +9,7 @@ import (
"github.com/mitchellh/go-homedir"
)
-var (
- previousDir string
-)
+var previousDir string
type ChangeDirectory struct{}