about summary refs log tree commit diff stats
path: root/config/ksh/functions/man_complete
diff options
context:
space:
mode:
Diffstat (limited to 'config/ksh/functions/man_complete')
-rw-r--r--config/ksh/functions/man_complete2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ksh/functions/man_complete b/config/ksh/functions/man_complete
index 291db3d..bab26dd 100644
--- a/config/ksh/functions/man_complete
+++ b/config/ksh/functions/man_complete
@@ -1,4 +1,4 @@
 #!/bin/ksh
 man_complete() {
-	set -A complete_man -- $(<$HOME/.cache/ksh/precompletions/manpages)
+	set -A complete_man -- $(<~cache/ksh/precompletions/manpages)
 }