about summary refs log tree commit diff
path: root/Functions/Completion/__fc
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Completion/__fc')
-rw-r--r--Functions/Completion/__fc7
1 files changed, 0 insertions, 7 deletions
diff --git a/Functions/Completion/__fc b/Functions/Completion/__fc
deleted file mode 100644
index 9185312b0..000000000
--- a/Functions/Completion/__fc
+++ /dev/null
@@ -1,7 +0,0 @@
-#function fc
-
-if [[ -mcurrent -1 -*e ]]; then
-  complist -c
-elif [[ -mcurrent -1 -[ARWI]## ]]; then
-  __files
-fi