| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 95c3af52e3084652f99417c18a63c2a6f5331d9c |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue May 16 20:40:10 2023 +0200 |
4 | |
5 | Auto-Commit Update 16.05.2023 - 20:40:10 |
6 | --- |
7 | Makefile | 2 +- |
8 | 1 file changed, 1 insertion(+), 1 deletion(-) |
9 | |
10 | diff --git a/Makefile b/Makefile |
11 | index 34b34a2..7d68505 100644 |
12 | --- a/Makefile |
13 | +++ b/Makefile |
14 | @@ -82,7 +82,7 @@ help: |
15 | @echo " help: show this help" |
16 | |
17 | cd-on-exit: |
18 | - @[ -d /usr/share/lfp ] && echo -e "\n\033[1;32m[+]\e[0;1m For on-exit directory changing, add the following line to your bash/zshrc\e[0m :\e[36m\n\n source '/usr/share/lfp/lfpcd'\n\e[0m" || echo -e "\n\033[1;31m[!]\e[0;1m Installation Failed!" |
19 | + @[ -d /usr/share/lfp ] && echo -e "\n\n\033[1;32m[+]\e[0;1m For on-exit directory changing, add the following line to your bash/zshrc\e[0m :\e[36m\n\n source '/usr/share/lfp/lfpcd'\n\e[0m" || echo -e "\n\033[1;31m[!]\e[0;1m Installation Failed!" |
20 | |
21 | |
22 | .PHONY: info all lfpreviewer lfp install manual_clean clean help cd-on-exit |