From 3f4e930385675a4613db5f12b19557b126c29559 Mon Sep 17 00:00:00 2001 From: ensa Date: Sat, 15 Aug 2020 23:07:00 -0700 Subject: update, fixes bin/fl: removed unnecessary newline escapes config/ X11/ xprofile: added dvorak programmer replaced unclutter with xbanish xresources: switch to hermit for font aliasrc: lynx vikeys color/colors.sh: fixed & portablized color grabbing cwmrc: removed dunst/dunstrc: switch to hermit for font ksh/ functions/ man_complete: now uses ~cache mpvpin: args improved kshrc: added FCEDIT removed uptime from PF_INFO prompt.ksh: shored up lf/lfrc: prompt made more consistent with ksh's ncmpcpp/config: paths updated newsboat/config: path updated shrc: LAUNCHER added LOCK switched to xlockmore --- config/ksh/functions/man_complete | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/ksh/functions/man_complete') 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) } -- cgit 1.4.1-2-gfad0