summaryrefslogtreecommitdiffstats
path: root/src/constants_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants_windows.go')
-rw-r--r--src/constants_windows.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/constants_windows.go b/src/constants_windows.go
new file mode 100644
index 00000000..efd3f11c
--- /dev/null
+++ b/src/constants_windows.go
@@ -0,0 +1,8 @@
+// +build windows
+
+package fzf
+
+const (
+ // Reader
+ defaultCommand = `dir /s/b`
+)